mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
rewrite3
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3774d6d405
commit
9c0e350bc4
2 changed files with 2 additions and 1 deletions
|
@ -273,6 +273,7 @@ lia_move int_solver::find_cube() {
|
|||
_sp.pop();
|
||||
m_lar_solver->round_to_integer_solution();
|
||||
settings().st().m_cube_success++;
|
||||
TRACE("cube", tout << "sat with cube\n";);
|
||||
return lia_move::sat;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue