summaryrefslogtreecommitdiff
path: root/Source/Provers/SMTLib/ProverInterface.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Provers/SMTLib/ProverInterface.cs')
-rw-r--r--Source/Provers/SMTLib/ProverInterface.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Provers/SMTLib/ProverInterface.cs b/Source/Provers/SMTLib/ProverInterface.cs
index d7251f09..cf392277 100644
--- a/Source/Provers/SMTLib/ProverInterface.cs
+++ b/Source/Provers/SMTLib/ProverInterface.cs
@@ -24,6 +24,8 @@ namespace Microsoft.Boogie.SMTLib
{
public string Output = "boogie-vc-@PROC@.smt";
public bool UsePredicates = false;
+ public bool UseWeights = true;
+ public bool UseLabels = false;
protected override bool Parse(string opt)
{