summaryrefslogtreecommitdiff
path: root/contrib/cvc4_strict_smtlib
blob: 0a97bd74b3f1e05c255fd97b9afbff031558a9da (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 --default-expr-depth=-1 --print-success --incremental --abstract-values $@
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback