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.
1 parent f75a619 commit 17e0dccCopy full SHA for 17e0dcc
2 files changed
src/preprocess/simp/fwd.rs
@@ -48,6 +48,7 @@ impl EquivalenceRule for PathPruning {
48
/// Otherwise, it returns None.
49
/// This is used to simplify integer (in)equalities in the forward rewriting.
50
#[derive(Debug, Clone, Copy)]
51
+#[allow(unused)]
52
pub(super) struct LinIntForward;
53
54
impl LinIntForward {
src/preprocess/simp/mod.rs
@@ -338,7 +338,7 @@ impl Default for Simplifier {
338
// does not seem to help
339
//Box::new(int::NormalizeIneq),
340
Box::new(int::NotComparison),
341
- Box::new(fwd::LinIntForward),
+ //Box::new(fwd::LinIntForward),
342
Box::new(fwd::PathPruning),
343
// Box::new(fwd::LengthConflict),
344
Box::new(strlen::StringLengthAddition),
0 commit comments