summaryrefslogtreecommitdiff
path: root/src/util/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/options.h')
-rw-r--r--src/util/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/options.h b/src/util/options.h
index ac95c99ca..f3ae3b64e 100644
--- a/src/util/options.h
+++ b/src/util/options.h
@@ -269,7 +269,7 @@ struct CVC4_PUBLIC Options {
ArithPropagationMode arithPropagationMode;
/**
- * The maximum number of difference pivots to do per invokation of simplex.
+ * The maximum number of difference pivots to do per invocation of simplex.
* If this is negative, the number of pivots done is the number of variables.
* If this is not set by the user, different logics are free to chose different
* defaults.
@@ -278,7 +278,7 @@ struct CVC4_PUBLIC Options {
bool arithHeuristicPivotsSetByUser;
/**
- * The maximum number of variable order pivots to do per invokation of simplex.
+ * The maximum number of variable order pivots to do per invocation of simplex.
* If this is negative, the number of pivots done is unlimited.
* If this is not set by the user, different logics are free to chose different
* defaults.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback