3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-01 08:53:18 +00:00

fixing issue [1269]

This commit is contained in:
Ken McMillan 2017-09-25 14:33:20 -07:00
parent f179d49f4f
commit c8a67abdd7
4 changed files with 42 additions and 2 deletions

View file

@ -234,6 +234,11 @@ public:
}
}
// if(!range_is_empty(rng)){
// if (num_free_variables(con) > 0)
// rng = range_empty();
// }
if(res == INT_MAX){
if(range_is_empty(rng))
res = -1;