mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +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
|
@ -127,7 +127,7 @@ namespace polysat {
|
|||
*
|
||||
* We can assume that op_constraint is only asserted positive.
|
||||
*/
|
||||
void op_constraint::narrow(solver& s, bool is_positive) {
|
||||
void op_constraint::narrow(solver& s, bool is_positive, bool first) {
|
||||
SASSERT(is_positive);
|
||||
|
||||
if (is_currently_true(s, is_positive))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue