Documentation

Bdd.Sim

structure Sim.State {n m m' : } (O : OBdd n m) (U : OBdd n m') :
Instances For
    @[irreducible]
    def Sim.sim_helper {n m m' : } (O : OBdd n m) (hO : O.Reduced) (U : OBdd n m') (hU : U.Reduced) (p : Pointer m) (hpr : Pointer.Reachable (↑O).heap (↑O).root p) (q : Pointer m') (hqr : Pointer.Reachable (↑U).heap (↑U).root q) :
    StateM (State O U) (Decidable (OBdd.HSimilar { heap := (↑O).heap, root := p }, { heap := (↑U).heap, root := q }, ))
    Equations
    Instances For
      instance Sim.instDecidableRobddHSimilar {n m m' : } (O : OBdd n m) (hO : O.Reduced) (U : OBdd n m') (hU : U.Reduced) :
      Equations
      • One or more equations did not get rendered due to their size.