chore: fix test
This commit is contained in:
parent
dce92c6362
commit
7a1c79043e
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ structure Problem where
|
|||
deriving Inhabited
|
||||
|
||||
def preprocess? (eqs : HashMap Nat Equation) : Option (HashMap Nat Equation) :=
|
||||
OptionM.run <| eqs.mapValsM (·.preprocess?)
|
||||
eqs.mapValsM (·.preprocess?)
|
||||
|
||||
def eliminateSingleton (p : Problem) (singletonEq : Equation) (varIdx : Nat) : Problem := Id.run <| do
|
||||
let mut eqsWithVarIdx : Array Nat := #[]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue