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

Recomputation of variable store #18

Open
ptal opened this issue Feb 28, 2016 · 0 comments
Open

Recomputation of variable store #18

ptal opened this issue Feb 28, 2016 · 0 comments
Labels

Comments

@ptal
Copy link
Owner

ptal commented Feb 28, 2016

Recomputation is a technique for saving state. It recomputes the variable store from some save point in the past. It is faster than previous search because there is no search step but just a "bulk propagation". It is a way to save the variable store with data from the constraint store.
#17 is another kind of state saving technique.

@ptal ptal added the state label Feb 28, 2016
ptal added a commit that referenced this issue Dec 17, 2016
… strategy, useful for implementing recomputation strategy. Related to #18.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant