Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Symbolic bound tightening over absolute values (#251)
* test * basic interval artihmetic bound propagation * another test case * initialize an SBT within the NLR. Pass topology, weights and biases * wip * SBT functionality into NLR * wip * bug fix * cleanup * cleanup * wip * handle eliminated relus * cleanup: remove symbolic bound tightener * oops * additional cleanup * oops * first unit test * unit tests for NLR * basic support for symbolic bound propagations over ABS constraints * unit test - evalue abs + relus * a test for interval bound propagation, for abs constraints * unit tests, and some consequent corrections, to AbsConstraint SBT * set lblb to 0 for both Relu and Abs * always initialize the scalar to 0 by default * consistency * oops Co-authored-by: Guy Katz <guykatz@cs.huji.ac.il>
- Loading branch information