fastsmt icon indicating copy to clipboard operation
fastsmt copied to clipboard

Learning to Solve SMT Formulas Fast

Results 7 fastsmt issues
Sort by recently updated
recently updated
newest added

Hello,I followed the instructions provided all the way up to Learning and Synthesis. But I get the following error,could you help me? ![image](https://user-images.githubusercontent.com/45344008/71316523-a1c0dc00-24ab-11ea-96e1-ded10f7e214c.png)

Hello, I have question about readme instructions. The second step is compile Z3 version 4.6.2 (5651d00751a1eb40b94db86f00cb7d3ec9711c4d) but I found this error: ``` In file included from ../src/util/lp/sparse_matrix.h:23, from ../src/util/lp/lu.h:27, from...

I notice that we can set boolean or integer typed parameters to a tactic such as `simplify'. Can we specify a parameter whose type is string? Thank you! ~~~~ "simplify":...

Upgrades scikit-learn to be compatible with python 3.8.

The current pull request upgrades the `goal_runner` to support `z3` version `4.8.7`. Essentially, it uses `z3`'s new API to parse SMT files, cf. https://github.com/Z3Prover/z3/issues/2798. In addition, it proposes two lesser...

I followed the instructions provided all the way up to _Learning and Synthesis_ When I try to run the command to load formulas from leipzig benchmark and run the procedure...

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.20 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...

dependencies