mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 12:55:52 +00:00
add replay
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
733c21bb20
commit
4c7ec75868
3 changed files with 20 additions and 6 deletions
|
@ -126,7 +126,7 @@ namespace polysat {
|
|||
c->set_unit_clause(cl);
|
||||
// TODO: this should be backtrackable (unless clause is unit).
|
||||
// => add at the end and update pop_levels to replay appropriately
|
||||
m_solver->assign_bool_core(c.blit(), cl, nullptr);
|
||||
m_solver->assign_bool_backtrackable(c.blit(), cl, nullptr);
|
||||
m_solver->activate_constraint(c);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue