Goal dependency generation #197
Labels
No Label
category
bug
category
chore
category
doc
category
feature
category
optimization
category
organization
part/Delation
part/Elab
part/Environment
part/FFI
part/Frontend
part/Goal
part/REPL
part/Serial
priority
high
priority
irrelevant
priority
low
priority
medium
priority
pending-measurement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#219 feat(goal): Add unshielded tactic execution mode
aniva/Pantograph
Reference: aniva/Pantograph#197
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Consider if we have 3 goals in a state:
Then it should be possible to solve
?2
with?1
.Is there a way to encode this?
Condition Unificationto Subsumation of GoalsSubsumation of Goalsto Isomorphism and SubsumptionIsomorphism and Subsumptionto Goal dependency generationThis will require one tactic to act on two goals at the same time, which is doable, given #219.