We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bc911a + c6c16c8 commit 9c2a865Copy full SHA for 9c2a865
src/lib.rs
@@ -262,8 +262,6 @@ impl<Tuple: Ord> Variable<Tuple> {
262
/// let variable = iteration.variable::<(usize, usize)>("source");
263
/// variable.insert(Relation::from((0 .. 10).map(|x| (x, x))));
264
///
265
- /// let relation = Relation::from((0 .. 10).filter(|x| x % 3 == 0));
266
- ///
267
/// while iteration.changed() {
268
/// variable.from_map(&variable, |&(key, val)|
269
/// if val % 2 == 0 {
@@ -394,4 +392,4 @@ impl<Tuple: Ord> VariableTrait for Variable<Tuple> {
394
392
// }
395
393
// println!("FINAL: {:?}\t{:?}", self.name, total);
396
397
-// }
+// }
0 commit comments