feat(goal): Subsumption #287
No reviewers
Labels
No labels
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 project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: aniva/Pantograph#287
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "goal/subsume"
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?
Given a goal
goal
, and a list of solved goalsmvarIds
, determine if one of the goals inmvarIds
subsumesgoal
. This is only a semi-solver, i.e. it will miss some cases when subsumption is possible.Prop
.How does this thing interact with
have
? It's worth investigating!goal.subsume
command 9f165c150aSubsumption on one state is largely useless. We need subsumption on two states.
Another question is how does this interact with
unfold
? Since we are testing forisDefEq
, it may render unfold tactics impossible.srcMCtx?
4f773383b6FVarIdMap
c018f95390View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.