3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 15:03:57 +00:00

small changes

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-11-02 15:42:13 -07:00 committed by Lev Nachmanson
parent 9407c4e96f
commit fde1cd23d5
5 changed files with 14 additions and 8 deletions

View file

@ -1973,6 +1973,7 @@ public:
}
lbool check_lia() {
TRACE("arith",);
if (m.canceled()) {
TRACE("arith", tout << "canceled\n";);
return l_undef;