3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix build break #1029

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-05-18 12:09:51 -07:00
parent 4069e76ab0
commit 79a8e9aab0
4 changed files with 5 additions and 30 deletions

View file

@ -655,7 +655,7 @@ class mps_reader {
sense interval
G [rhs, rhs + |range|]
L [rhs - |range|, rhs]
E [rhs, rhs + |range|] if range ¡Ý 0 [rhs - |range|, rhs] if range < 0
E [rhs, rhs + |range|] if range in [rhs - |range|, rhs] if range < 0
where |range| is range's absolute value.
*/