summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/theory/valuation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index 28a743dc8..ab47dcbdd 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -36,9 +36,9 @@ namespace theory {
* The status of an equality in the current context.
*/
enum EqualityStatus {
- /** The equality is known to be true, and has been propagated */
- EQUALITY_TRUE_AND_PROPAGATED,
/** The equality is known to be true and has been propagated */
+ EQUALITY_TRUE_AND_PROPAGATED,
+ /** The equality is known to be false and has been propagated */
EQUALITY_FALSE_AND_PROPAGATED,
/** The equality is known to be true */
EQUALITY_TRUE,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback