summaryrefslogtreecommitdiff
path: root/test/regress/regress2/arith/miplib-opt1217--27.smt2
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-03-05 16:17:15 -0800
committerGitHub <noreply@github.com>2021-03-06 00:17:15 +0000
commitc6fffe4fd328401f7f7e0757303e8dea5f6c14a4 (patch)
tree84bbb3f44fa7ffbeba0c0baf9b7b22f036d2e9f4 /test/regress/regress2/arith/miplib-opt1217--27.smt2
parent555e4b0b6b10e9170676c0a3ef9b778322f3327f (diff)
Remove SMT-LIB 2.5 and 2.0 support. (#6068)
This commit removes parser and printer support for old SMT-LIB standards and also converts all regression tests to 2.6.
Diffstat (limited to 'test/regress/regress2/arith/miplib-opt1217--27.smt2')
-rw-r--r--test/regress/regress2/arith/miplib-opt1217--27.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress2/arith/miplib-opt1217--27.smt2 b/test/regress/regress2/arith/miplib-opt1217--27.smt2
index 2adcdd3a9..802839bb8 100644
--- a/test/regress/regress2/arith/miplib-opt1217--27.smt2
+++ b/test/regress/regress2/arith/miplib-opt1217--27.smt2
@@ -6,7 +6,7 @@ Relaxation of the Mixed-Integer Programming
optimization problem opt1217 from the MIPLIB (http://miplib.zib.de/)
by Enric Rodriguez-Carbonell (erodri@lsi.upc.edu)
|)
-(set-info :smt-lib-version 2.0)
+(set-info :smt-lib-version 2.6)
(set-info :category "industrial")
(set-info :status unsat)
(declare-fun tmp766 () Real)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback