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

[FEATURE] Allow specifying a solubility file #115

Open
hadarshavit opened this issue Dec 3, 2024 · 0 comments
Open

[FEATURE] Allow specifying a solubility file #115

hadarshavit opened this issue Dec 3, 2024 · 0 comments

Comments

@hadarshavit
Copy link
Member

Is your feature request related to a problem? Please describe.
Allow user to give a CSV file with solutions (SAT/UNSAT) for instances. Then, when a solver returns an answer, verify the solution is the same as the ground truth.

Describe the solution you'd like
Allow user to specify a file with ground truths like in the GenericWrapper4AC: https://github.com/automl/GenericWrapper4AC/blob/master/genericWrapper4AC/domain_specific/satwrapper.py (solubility_file)

Describe alternatives you've considered
Just verifying SAT, however this would cause a problem in case a solver returns UNSAT for a SAT instance.

Additional context
N/A

@hadarshavit hadarshavit changed the title [FEATURE] [FEATURE] Allow specifying a solubility file Dec 3, 2024
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

No branches or pull requests

1 participant