Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Aesop.BestFirstQueue = Batteries.BinomialHeap Aesop.BestFirstQueue.ActiveGoal Aesop.BestFirstQueue.ActiveGoal.le
Instances For
Equations
- Aesop.BestFirstQueue.init = Batteries.BinomialHeap.empty
Instances For
def
Aesop.BestFirstQueue.addGoals
(q : BestFirstQueue)
(grefs : Array GoalRef)
:
BaseIO BestFirstQueue
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
@[implicit_reducible]
Equations
- Aesop.instQueueBestFirstQueue = { init := pure Aesop.BestFirstQueue.init, addGoals := Aesop.BestFirstQueue.addGoals, popGoal := fun (q : Aesop.BestFirstQueue) => pure q.popGoal }
Equations
- Aesop.LIFOQueue.init = { goals := #[] }
Instances For
Instances For
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
Equations
- Aesop.FIFOQueue.init = { goals := #[], pos := 0 }
Instances For
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.