mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
remove lp_assert
This commit is contained in:
parent
1510b3112e
commit
8035edbe65
35 changed files with 332 additions and 329 deletions
|
@ -33,7 +33,7 @@ lia_move int_branch::create_branch_on_column(int j) {
|
|||
TRACE("check_main_int", tout << "branching" << std::endl;);
|
||||
lia.get_term().clear();
|
||||
|
||||
lp_assert(j != -1);
|
||||
SASSERT(j != -1);
|
||||
lia.get_term().add_monomial(mpq(1), j);
|
||||
if (lia.is_free(j)) {
|
||||
lia.is_upper() = lia.settings().random_next() % 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue