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

Value of constant shouldn't be modified when problem is unsat #26

Closed
elsoroka opened this issue Dec 10, 2023 · 0 comments · Fixed by #27
Closed

Value of constant shouldn't be modified when problem is unsat #26

elsoroka opened this issue Dec 10, 2023 · 0 comments · Fixed by #27
Assignees
Labels
bug Something isn't working

Comments

@elsoroka
Copy link
Owner

When a problem is unsat the value of each expression is set to nothing to indicate there's no satisfying assignment.
However, the value of a constant should not be modified since it's used to store the actual numeric value. This is a one-line bug fix.

@elsoroka elsoroka added the bug Something isn't working label Dec 10, 2023
@elsoroka elsoroka self-assigned this Dec 10, 2023
elsoroka added a commit that referenced this issue Dec 10, 2023
@elsoroka elsoroka linked a pull request Dec 12, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant