Skip to content

Commit

Permalink
Merged with egg master
Browse files Browse the repository at this point in the history
  • Loading branch information
eytans committed Aug 9, 2024
1 parent 50d247e commit c2dd230
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/explain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ use num_bigint::BigUint;
use num_traits::identities::{One, Zero};
use symbolic_expressions::Sexp;

use crate::Symbol;
use crate::{
util::pretty_print, Analysis, EClass, ENodeOrVar, FromOp, HashMap, HashSet, Id, Language,
PatternAst, RecExpr, Rewrite, UnionFind, Var,
};

type ProofCost = BigUint;

const CONGRUENCE_LIMIT: usize = 2;
Expand Down

0 comments on commit c2dd230

Please sign in to comment.