summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/sat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/sat.h b/src/prop/sat.h
index e583f4da0..ea782234b 100644
--- a/src/prop/sat.h
+++ b/src/prop/sat.h
@@ -231,7 +231,7 @@ public:
/** Call value() during the search.*/
SatLiteralValue value(SatLiteral l);
- /** Call value() when the search is done.*/
+ /** Call modelValue() when the search is done.*/
SatLiteralValue modelValue(SatLiteral l);
int getLevel() const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback