mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
include chronological backtracking, two-phase sat, xor inprocessing, probsat, ddfw
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
46d23ea8d7
commit
d17248821a
32 changed files with 3246 additions and 654 deletions
|
@ -40,6 +40,7 @@ namespace sat {
|
|||
public:
|
||||
cleaner(solver & s);
|
||||
|
||||
bool is_clean() const;
|
||||
bool operator()(bool force = false);
|
||||
|
||||
void collect_statistics(statistics & st) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue