-
Hi,
When showing the ranking of the different solvers, it would be nice to have the number of SAT and UNSAT answers provided
Best regards,
Benoît Hoessen
-
Alpha uses a CDNL-based solving component which learns new nogoods after running into conflicts. Over time, the number of nogoods becomes very large and many of the learned ones are not helpful to lat…
-
I discussed yesterday with Shalom Eliahou and some other persons that could be interested in using Sage to have a natural syntax for constructing complicated propositional logic formulas (boolean fo…
-
From @computablee's JOSS review thread (issue #50):
# Our investigation of why CVC4 doesn't work
First, a command that should work for launching CVC4 is
`cvc4 --lang smt2 --interactive --produce-…
-
Hello,
I am interested in computing the bubble and dew temperatures for a given mixture with one component being water. I have the following code block
```
using Clapeyron, Plots
model = cPR(["w…
-
I've obtained and built `minisat` from https://github.com/agurfinkel/minisat (I don't spot any breaking changes, and the original repo didn't compile on my machine).
However running `python main.py…
-
### What's the problem this feature will solve?
At the moment the Logicblocks library serves only as an abstraction layer to Z3 without adding much benefit. Since the Logicblocks library is probably …
-
Hello,
Many solvers support incremental solving and build a static library for interfacing with the solver. For example, Cadical emits an `ipasir.o` object file as per the makefile here:
- https…
-
Targeted versions:
- [`conda>=4.8.0rc0`](https://github.com/conda/conda/tree/4.8.0rc0/)
Goals:
- Cleanup interface of `conda.common.logic`.
- Replace `conda.common.logic` with compiled code.
…
-
folks,
as an interested fence-sitting spectator to the SAT-show i'd like to use this forum to raise a topic, which might bring progress to the solver-development: as i learned in the POS-part of th…