summaryrefslogtreecommitdiff
path: root/src/theory/bv/bitblaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bitblaster.h')
-rw-r--r--src/theory/bv/bitblaster.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/bv/bitblaster.h b/src/theory/bv/bitblaster.h
index 83efc05b0..6fab0369c 100644
--- a/src/theory/bv/bitblaster.h
+++ b/src/theory/bv/bitblaster.h
@@ -152,13 +152,14 @@ public:
* Adds a constant value for each bit-blasted variable in the model.
*
* @param m the model
+ * @param fullModel whether to create a "full model," i.e., add
+ * constants to equivalence classes that don't already have them
*/
void collectModelInfo(TheoryModel* m, bool fullModel);
/**
* Stores the variable (or non-bv term) and its corresponding bits.
*
* @param var
- * @param bits
*/
void storeVariable(TNode var) {
d_variables.insert(var);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback