projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d31ba82
)
correct comment typo found during today's architectural meeting
author
Morgan Deters
<mdeters@gmail.com>
Fri, 10 Feb 2012 20:27:10 +0000
(20:27 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Fri, 10 Feb 2012 20:27:10 +0000
(20:27 +0000)
src/theory/valuation.h
patch
|
blob
|
history
diff --git
a/src/theory/valuation.h
b/src/theory/valuation.h
index 28a743dc82d7b26b52e63bba6dc7f8c3c180da8f..ab47dcbdd8323a4dc253ca44a242fc465d101bc2 100644
(file)
--- 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,