mirror of
https://github.com/Z3Prover/z3
synced 2026-03-02 11:46:55 +00:00
smul no overflow
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
89d6f1c191
commit
8c9835bca6
24 changed files with 376 additions and 63 deletions
|
|
@ -819,7 +819,7 @@ namespace polysat {
|
|||
SASSERT(!c->is_active());
|
||||
c->set_active(true);
|
||||
add_watch(c);
|
||||
c.narrow(*this);
|
||||
c.narrow(*this, true);
|
||||
#if ENABLE_LINEAR_SOLVER
|
||||
m_linear_solver.activate_constraint(c);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue