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

Assertion Violation in ReluConstraint::getPossibleFixes() #781

Open
OmriIsacHUJI opened this issue Mar 14, 2024 · 0 comments
Open

Assertion Violation in ReluConstraint::getPossibleFixes() #781

OmriIsacHUJI opened this issue Mar 14, 2024 · 0 comments

Comments

@OmriIsacHUJI
Copy link
Contributor

When running some queries with --prove-unsat flag, they lead to an assertion violation in ReluConstraint::getPossibleFixes(), specifically in line 384:
ASSERT( !FloatUtils::isNegative( fValue ) );
This issues can be reproduced by querying Marabou with ACAS_XU network 3_7 property 4, with the --prove-unsat flag.

While this problem arises when using proofs, it seems to me it is not directly connected to them (fixing PL constraints is not connected to the proofs directly). Moreover, when printing the violating variable, its values are violating by a very small gap (-0.00000005). This may suggest a numerical issue.

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