- Stanford University Centaur Lab
- https://leni.sh
-
Director of NorCal Hakkero Factory No. 1
- Joined on
2023-08-21
feat(goal): Add unshielded tactic execution mode
feat(goal): Branch unification
feat(serial): Robust environment extension pickling
feat(goal): Branch unification
There is one more problem about conversion tactic mode. In such a mode, a goal state could have a mixture of conversion and non-conversion goals. When we decree an exit from conversion tactic…
feat(goal): Branch unification
We need to think about the interaction between tactic fragments and resumption.
Examples
e.g. If there are states G = { ?0, ?1f }
(where ?0f
has a fragment) and G' = { ?2, ?3 }
, it…
Unshielded Tactic Execution
The goal for this is a rudimentary form of articulation. If the user executes a series of tactics at goal location 0, then they can string the tactics together to form a proof. It's not a perfect…