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

clorm.clingo.Control.solve() with assumptions is now deterministic #125

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

daveraja
Copy link
Collaborator

Provided the input is deterministic the output assumption list will also be determinisitic. Note: using a list or factbase is deterministic, but if you pass it a set() object then the order or iteration is non-deterministic so the assumption list will also be non-deterministic.

Provided the input is deterministic the output assumption list will also be
determinisitic. Note: using a list or factbase is deterministic, but if you pass it a set()
object then the order or iteration is non-deterministic so the assumption list will also be
non-deterministic.
@daveraja daveraja linked an issue Sep 20, 2023 that may be closed by this pull request
@daveraja daveraja merged commit f309c76 into master Sep 20, 2023
24 checks passed
@daveraja daveraja deleted the 113-non-determinism-in-controlsolve-assumptions branch September 20, 2023 18:47
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.

Non-determinism in clorm.clingo.Control.solve() with assumptions
1 participant