summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-06-21 11:15:06 -0500
committerGitHub <noreply@github.com>2017-06-21 11:15:06 -0500
commit04eb812bb229c2bb04dd384dcad913387ea4d372 (patch)
tree72b6e10d1e41860c4e8a1ee1aa0b29ebebe1e370 /contrib
parentcdf019f8be3b4affdb582ceb95054b327006521c (diff)
parent3582df14e0bc8a3783ca231c67a0469ed0161042 (diff)
Merge pull request #176 from CVC4/smtcomp2017
Better configuration for QF_NRA
Diffstat (limited to 'contrib')
-rw-r--r--contrib/run-script-smtcomp20171
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/run-script-smtcomp2017 b/contrib/run-script-smtcomp2017
index b476203d5..06cd6a6e4 100644
--- a/contrib/run-script-smtcomp2017
+++ b/contrib/run-script-smtcomp2017
@@ -42,6 +42,7 @@ QF_NIA)
finishwith --solve-int-as-bv=32 --bitblast=eager --bv-sat-solver=cryptominisat
;;
QF_NRA)
+ trywith 300 --nl-ext --nl-ext-tplanes --decision=justification
finishwith --nl-ext --nl-ext-tplanes
;;
# all logics with UF + quantifiers should either fall under this or special cases below
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback