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

cvc5="${CVC5_HOME}/cvc5"

# 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.
"$cvc5" --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