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

Turning off preprocessing to generate proof tree in all UNSAT queries #836

Open
aditi-goyal-257 opened this issue Sep 17, 2024 · 0 comments

Comments

@aditi-goyal-257
Copy link

For my use case, I need a proof tree in all cases whenever the query is UNSAT. I wanted to remove cases where UNSAT was obtained in the preprocessing step itself. For this, I made the following changes:
1.set PREPROCESS_INPUT_QUERY to false in GlobalConfiguration.cpp
2.set PREPROCESSOR_ELIMINATE_VARIABLES to false in GlobalConfiguration.cpp

When I try to run it for a particular network, I get the following error:
"Caught a MarabouError. Code: 8. Message: Error! Have 288 infinite bounds"

From my understanding, the bounds on the input nodes haven't been propagated further. How can I correctly turn off the preprocesing step?

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