summaryrefslogtreecommitdiff
path: root/src/theory/rep_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rep_set.h')
-rw-r--r--src/theory/rep_set.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/theory/rep_set.h b/src/theory/rep_set.h
index e703ee467..672f33b54 100644
--- a/src/theory/rep_set.h
+++ b/src/theory/rep_set.h
@@ -107,12 +107,10 @@ public:
public:
/** set index order */
void setIndexOrder( std::vector< int >& indexOrder );
- /** set domain */
- //void setDomain( std::vector< RepDomain >& domain );
/** increment the iterator at index=counter */
- void increment2( int counter );
+ int increment2( int counter );
/** increment the iterator */
- void increment();
+ int increment();
/** is the iterator finished? */
bool isFinished();
/** get the i_th term we are considering */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback