You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Given the following configuration, the solver returns an UNSAT result for every instance. However, two of the instances are actually SAT. I also tried this config with other models and, again, every instance was found to be UNSAT.
To Reproduce
Save the above config under ./complete_verifier/faulty_config.yaml and run python3 abcrown.py --config ./faulty_config.yaml.
System configuration:
OS: Rocky Linux 9.4 (Blue Onyx)
Python version: 3.11.5
Pytorch Version: 2.5.0
Hardware: NVIDIA H100
Have you tried to reproduce the problem in a cleanly created conda/virtualenv environment using official installation instructions and the latest code on the main branch?: Yes
The text was updated successfully, but these errors were encountered:
Describe the bug
Given the following configuration, the solver returns an UNSAT result for every instance. However, two of the instances are actually SAT. I also tried this config with other models and, again, every instance was found to be UNSAT.
The configuration in question:
To Reproduce
Save the above config under
./complete_verifier/faulty_config.yaml
and runpython3 abcrown.py --config ./faulty_config.yaml
.System configuration:
The text was updated successfully, but these errors were encountered: