Don't serialize the states of intermediate variables - #598
Closed
arcondello wants to merge 48 commits into
Closed
Conversation
This avoids using GCC11 which had some bugs in their ranges implementation.
Make license headers consistent
Handle the case that decisions are not the first N of nodes_
Handle the case that decisions are not the first N of nodes_.
…mutation Add Graph::pop_decision() and Graph::swap_decisions() methods
Contributor
|
I've tried serializing and loading a model with different versions and they all act as expected. Though, I keep wondering if there is a test we can add - for instance, commit a small model to the repo that was serialized with the old behavior and make sure it can be loaded with the latest version? |
…checkpoints Implement state checkpointing for decision nodes
…y-testing-rework Rework dependency handling
Use SciPy for LinearProgram symbol calculations when available
Also use the latest cibuildwheel
Build wheels for Python 3.15
Add DisjointCover node
arcondello
force-pushed
the
breaking-change/all-nodes-are-deterministic
branch
from
August 11, 2026 21:58
fac3973 to
cbb69a5
Compare
…tsets-const-state-index Add const overload for DisjointBitSetsNode::get_containing_set_index()
Previously we made a malformed Symbol. This uses a default Python mechanism.
Use `PyCapsule` for creating `Symbol`s from `Node*`s
…heck_for_checkpointing Add additional ``BinaryNode`` checkpoint tests
arcondello
force-pushed
the
breaking-change/all-nodes-are-deterministic
branch
from
August 12, 2026 23:53
cbb69a5 to
3987f10
Compare
Member
Author
|
Closing in favour of #611 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a backwards compatibility breaking change.
Don't serialize the states of intermediate variables. This simplifies some aspects of serialization significantly. Models serialized before this change will have the states of intermediate variables ignored.
AI Generation Disclosure
No AI used.