Skip to content

Proof Minimization#890

Merged
omriisack merged 250 commits intoNeuralNetworkVerification:masterfrom
OmriIsacHUJI:master
Nov 2, 2025
Merged

Proof Minimization#890
omriisack merged 250 commits intoNeuralNetworkVerification:masterfrom
OmriIsacHUJI:master

Conversation

@OmriIsacHUJI
Copy link
Contributor

Introduce GroundBoundManager module, and the proof minimization algorithm

const bool GlobalConfiguration::ANALYZE_PROOF_DEPENDENCIES = false;
const bool GlobalConfiguration::MINIMIZE_PROOF_DEPENDENCIES = false;
const bool GlobalConfiguration::ANALYZE_PROOF_DEPENDENCIES = true;
const bool GlobalConfiguration::MINIMIZE_PROOF_DEPENDENCIES = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just making sure this is as intended. I'm guessing proofs are generally off by default, but if they're on - these should be on?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly. If proof production is off (default), these configurations are meaningless

@omriisack omriisack merged commit 52f7407 into NeuralNetworkVerification:master Nov 2, 2025
1 of 8 checks passed
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

Successfully merging this pull request may close these issues.

3 participants