mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 03:04:44 +00:00
update to use incremental substitution
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6f689c3c1f
commit
cbbf1381f7
19 changed files with 167 additions and 89 deletions
|
@ -137,14 +137,6 @@ namespace polysat {
|
|||
return {lookup(lit.var()), lit};
|
||||
}
|
||||
|
||||
bool signed_constraint::is_currently_false(solver& s) const {
|
||||
return is_currently_false(s.assignment());
|
||||
}
|
||||
|
||||
bool signed_constraint::is_currently_true(solver& s) const {
|
||||
return is_currently_true(s.assignment());
|
||||
}
|
||||
|
||||
/** Look up constraint among stored constraints. */
|
||||
constraint* constraint_manager::dedup(constraint* c1) {
|
||||
constraint* c2 = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue