summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authoryoni206 <yoni206@users.noreply.github.com>2018-04-20 15:07:55 -0700
committerGitHub <noreply@github.com>2018-04-20 15:07:55 -0700
commiteddacee2d28846089e6dd356f72e6d39a371ec0f (patch)
tree18cf46f985b656a75aea80074bd956d8f6826627 /src/util/Makefile.am
parent549060790c9e91d9fc37b882e137bb36e5b538ea (diff)
Enforcing --no-bv-eq, --no-bv-algebraic and --no-bv-ineq when proofs are enabled (#1801)
Currently, if the user enables proofs but does not disable the algebraic/equality/inequality bv-solvers, then we reach an internal error while printing the proof (unreachable code becomes reachable). This commit auto-disable these bv options when proofs are enabled, unless these options were set by the user. In such a case, an error message is given to the user.
Diffstat (limited to 'src/util/Makefile.am')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback