-
We need a test model that solves differently as an inequlity or as an equality to test.
Potential code, for build_auxconstraints
```
ac.equation isa Expr || error("You must pass an express…
-
The index checker has no way to express that one sequence is at least as long as another sequence. This is useful when indexing a longer sequence by an index for a shorter sequence.
- `@LongerThanE…
-
Equations and relations should behave like this:
equations:
* `(a==b) +-*/ c` same as:
- `(a==b).add_to_both_sides(c)`
- `(a==b).subtract_from_both_sides(c)`
- `(a==b).multiply_both_sides(c)`
…
-
Specification: https://github.com/BenCoke12/monotonic-nets/blob/main/specifications/nonDual.vcl
Network: https://github.com/BenCoke12/monotonic-nets/blob/main/onnx/1nYeX.onnx
Command used: `vehicl…
-
```
import sympy
from sympy import S
# Python-style modulus: take sign from RHS
class PythonMod(sympy.Function):
nargs = (2,)
is_integer = True
@classmethod
def eval(cls,…
-
Essentially the inequality is a line crossing 2 points, moving the two points around make for a dynamic inequality, but it doesn't update the equation show.
We should be able to update the entry so _…
-
See https://github.com/NeuralNetworkVerification/Marabou/issues/496 for details and potential fixes. At the moment I'm adding a tiny epsilon as suggested but it doesn't necessarily match that of Marab…
-
@ocots @PierreMartinon @joseph-gergaud @j-l-s Some todo's suggestions:
- [x] add single sided inequalities (see also #67 as having a kwargs version of `constraint!` does help for this)
- [x] add rev…
-
The following lowering makes it impossible to extend `3
-
I've noticed that 𝜆 does not appear in the inequalities shown on page 7 of [the arxiv paper](https://arxiv.org/pdf/2211.15173.pdf) for this package, as shown below:
![image](https://github.com/nmdl…