Closed jannickstrobel closed 6 months ago
Hi @jannickstrobel ,
Since your model contains some nonlinearities (square function) other than ReLU, you'll need to use the BBPS heuristic proposed in this paper instead of kFSB which is only for ReLU models. An example is ML4ACOPF.
Thank you very much for the quick help, with your comment I was able to fix the error!
Describe the bug I am trying to verify a specification based on a metric by joining the original network and the metric into a new network.
The BnB part of the verification returns an AssertionError
To Reproduce .yaml file:
The specification asserts that the input for every input variable is in range (-1, 1) and the output is <= 0
Network:
System configuration:
Full error trace:
Content of act.inputs at the error breakpoint: