mirror of
https://github.com/Z3Prover/z3
synced 2025-08-01 08:53:18 +00:00
fixing issue [1269]
This commit is contained in:
parent
f179d49f4f
commit
c8a67abdd7
4 changed files with 42 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue