summaryrefslogtreecommitdiff
path: root/contrib/cvc4_strict_smtlib
blob: 45c7cbe1a2176f311b5f83cae03e938aa5976b7b (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

cvc4="${CVC4_HOME}/cvc4"

# This is the set of command line arguments that is required to be strictly
# complaint with the input and output requirements of the current SMT-LIB
# standard.
"$cvc4" --lang=smt2 --output-lang=smt2 --strict-parsing --expr-depth=-1 --print-success --incremental --abstract-values $@
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback