-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix model generation with SatML #832
Closed
Closed
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 631749b - Browse repository at this point
Copy the full SHA 631749bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68595c8 - Browse repository at this point
Copy the full SHA 68595c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fad35b2 - Browse repository at this point
Copy the full SHA fad35b2View commit details -
Fun_sat: refactor the way models are handled/printed
- add a data-structure for models, - save the strucutre in the SAT's env - print the models in the Frontend module
Configuration menu - View commit details
-
Copy full SHA for 227b393 - Browse repository at this point
Copy the full SHA 227b393View commit details -
Configuration menu - View commit details
-
Copy full SHA for e29fd5a - Browse repository at this point
Copy the full SHA e29fd5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d033751 - Browse repository at this point
Copy the full SHA d033751View commit details -
Some tests about models failed in the OptimAE PR. This commit allows to tag tests in `tests/` with `fail` tag which means the test is supposed to fail.
Configuration menu - View commit details
-
Copy full SHA for 8d619a4 - Browse repository at this point
Copy the full SHA 8d619a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500870a - Browse repository at this point
Copy the full SHA 500870aView commit details -
Update documentation about
output_concrete_model
I also remove the mention about the different kind of formats used to print models. Indeed, we use only the SMT-LIB format and the Why3 format is slightly different but probably outdated.
Configuration menu - View commit details
-
Copy full SHA for 5dcd64d - Browse repository at this point
Copy the full SHA 5dcd64dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2422fd - Browse repository at this point
Copy the full SHA d2422fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d99addb - Browse repository at this point
Copy the full SHA d99addbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc2fa5 - Browse repository at this point
Copy the full SHA 6dc2fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26bb62 - Browse repository at this point
Copy the full SHA d26bb62View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee53ad7 - Browse repository at this point
Copy the full SHA ee53ad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a00a07 - Browse repository at this point
Copy the full SHA 8a00a07View commit details -
Remove SAT solver choices while model generating
As SatML supports model generation, we don't need to select the appropriate SAT solver while parsing the command line or the SMT-LIB statement `(set-option :produce-models true)`.
Configuration menu - View commit details
-
Copy full SHA for be61e56 - Browse repository at this point
Copy the full SHA be61e56View commit details -
We should print constraints in models only if the appropriate flag is used in the command line.
Configuration menu - View commit details
-
Copy full SHA for 1140a2b - Browse repository at this point
Copy the full SHA 1140a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95eb40d - Browse repository at this point
Copy the full SHA 95eb40dView commit details -
Some cram tests are not valid anymore as we don't need to select the SAT solver Tableaux while generating models.
Configuration menu - View commit details
-
Copy full SHA for fe6bead - Browse repository at this point
Copy the full SHA fe6beadView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c602c - Browse repository at this point
Copy the full SHA c4c602cView commit details -
The dump-models option have been broken by the refactoring in OptimAE. I restore this feature.
Configuration menu - View commit details
-
Copy full SHA for 8db76ae - Browse repository at this point
Copy the full SHA 8db76aeView commit details -
Use the right post-solve SAT environment for models
Return the appropriate environment in the Frontend module to retrieve the model with `(get-model)` as we did in the PR OCamlPro#789.
Configuration menu - View commit details
-
Copy full SHA for 028bb58 - Browse repository at this point
Copy the full SHA 028bb58View commit details
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.