Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] test satisfy #15

Open
wants to merge 1 commit into
base: add-grow-support
Choose a base branch
from
Open

[wip] test satisfy #15

wants to merge 1 commit into from

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Jan 31, 2025

This is a WIP (adds to the grow PR) to add more tests for satisfy. What we've learned is that when the call is done via Match with the match_op equivalent to MatchSatisfiability, this calls an update function in the dfu traverser without arguments that doesn't do anything. The equivalent called with some form of MatchAllocate calls update with the overload version that actually calculates / creates the allocation to return.

We likely will want a variant (another match type?) that says "Do a satisfy" (don't actually put the job in the graph) but tell me what you would have given me. Right now, the Satisfy functionality can mostly just serve as a boolean to indicate possible or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant