-
Directly printing to cout or cerr makes XML and JSON output unparseable. *ALL* output must be done through a message stream.
In particular in solver/flattening, lots of error messages are still print…
-
The smt command `get-value` needs a list of the defined variables to function.
Smt-solvers (should) already maintain this information. See https://github.com/Z3Prover/z3/issues/2502 for more info.
H…
-
`pysmt/test/test_rewritings.py:test_ackermannization_for_examples` fails non-deterministically.
Kudos @enmag for the [analysis](https://github.com/pysmt/pysmt/pull/730#issuecomment-1200018521):
…
-
Being able to test the setup locally with the container would allow to identify issues quicker, as well as debug locally with better access to tooling. For my fork, the best I could come up with for a…
-
Hi,
I installed Yaposib 0.3.2. When I executed yaposib.Problem("Clp") it says 'Unknown solver'.
I tried yaposib.avaialable_solvers(). It is listing no solvers.
Please help.
Thanks,
Joe
-
E.g., http://satcompetition.org/edacc/sc14/solver-download/1489 triggers an HTTP 500 error.
This affects 2013 and 2014 solvers
When up again, we should move the sources to zenodo, if license per…
-
**Project name:** SMTCoq
**Initial author(s):** Michael Armand, Valentin Blot, Amina Bousalem, Quentin Garchery, Benjamin Gregoire, Chantal Keller, Burak Ekici, Alain Mebsout
**Current URL:** ht…
-
In my test use-case, I find setting up the problem takes very very long. I guess I have a lot of variables and/or constraints... what I mean by 'setting up takes very very long' is that I am using all…
-
Hi,
Thank you for releasing the code to the public. I tried to train the model using a custom dataset which I prepared using dataset_tool.py for image resolution 512. I am using default training o…
-
Any time Ctrl+C is used to interrupt running code, it will throw a `KeyboardInterrupt`. But something is going on after doing SAT solving which causes it to not work all of the time and instead just …