mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
notes
This commit is contained in:
parent
6766c1c349
commit
64ce6cb5c1
3 changed files with 2 additions and 1 deletions
|
@ -154,6 +154,7 @@ namespace polysat {
|
|||
#if ENABLE_LINEAR_SOLVER
|
||||
m_linear_solver.new_constraint(*c.get());
|
||||
#endif
|
||||
// TODO: there is an issue when the input contains both c and ~c. (see test_ineq_basic2)
|
||||
if (activate && !is_conflict())
|
||||
propagate_bool(c.blit(), unit);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue