3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-01-26 18:50:58 -08:00
parent 3774d6d405
commit 9c0e350bc4
2 changed files with 2 additions and 1 deletions

View file

@ -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;
}