-
Notifications
You must be signed in to change notification settings - Fork 84
Collect constraint unknown sets in global invariant, use them for TD3 incremental load #549
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
5551b71
Add basic framework for querying constraint variables
sim642 d1200fc
Implement IterSysVars for base
sim642 05e1c37
Implement IterSysVars for access
sim642 6d29281
Implement IterSysVars for apron
sim642 97b9b3b
Fix solver unit test compilation
sim642 fb06714
Change FromSpec globals to either
sim642 c75f8f7
Change FromSpec global domain to either
sim642 e55619e
Add function context collecting
sim642 803c16c
Add VarQuery.Node
sim642 38367d3
Merge branch 'interactive' into issue-544-2
sim642 726ab6e
Implement IterSysVars for dead-branch
sim642 d6b8ec1
Add more var query printing
sim642 9dad135
Fix contexts for main function
sim642 5ea0bdd
Refactor simulated global invariant in Control to use EQSys instead o…
sim642 edada3a
Add fundec override to Node var query
sim642 fda86cc
Use iter_vars for deleting old nodes incrementally
sim642 96608af
Add back TD3 incremental pseudo return marking
sim642 f1bc069
Flip TD3 incremental marking to iterate over marked
sim642 7db0fe3
Fix FromSpec collected contexts relifting
sim642 9aa47a8
Use iter_vars for destabilizing nodes incrementally
sim642 e1c9f5a
Use iter_vars for destabilizing primary old nodes incrementally
sim642 8b8d388
Flip TD3 incremental destabilize to iterate over obsolete
sim642 d016c96
Fix polymorphic Hashtbl in TD3 reluctant destabilization
sim642 6c0502d
Clean up incremental functions in TD3
sim642 26b3b87
Document VarQuery
sim642 b6fc7fd
Document some double global invariants
sim642 99672db
Rename in Queries
sim642 639e783
Fix Gobview with changed global invariant type
sim642 8eeb219
Fix HTML view with FromSpec contexts
sim642 417061e
Merge branch 'interactive' into issue-544-2-td3
sim642 654482b
Merge branch 'interactive' into issue-544-2-td3
sim642 b6e997c
Fix iter_sys_vars comment in ApronPriv
sim642 09cd5f7
Extract iter_sys_vars to OldPrivBase in BasePriv
sim642 1133721
Remove VarQuery example from TD3
sim642 50ae696
Merge branch 'interactive' into issue-544-2-td3
sim642 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.