summaryrefslogtreecommitdiff
path: root/src/util/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/options.cpp')
-rw-r--r--src/util/options.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/options.cpp b/src/util/options.cpp
index c69db62a3..3e877c541 100644
--- a/src/util/options.cpp
+++ b/src/util/options.cpp
@@ -856,6 +856,10 @@ throw(OptionException) {
}
}
+ if(incrementalSolving && proof) {
+ throw OptionException(string("The use of --incremental with --proof is not yet supported"));
+ }
+
return optind;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback