diff options
| author | ericmarin <maarin.eric@gmail.com> | 2026-04-08 14:58:51 +0200 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-04-09 15:36:02 +0200 |
| commit | 9fb816496d392638fa6981e71800466d71434680 (patch) | |
| tree | dd4848bdff4f091716ad5c5ae0ad6a5d2cec8751 /examples/verify.py | |
| parent | d48822e9aa91903e77a1496ef559cd42d09ad6d0 (diff) | |
| download | vein-9fb816496d392638fa6981e71800466d71434680.tar.gz vein-9fb816496d392638fa6981e71800466d71434680.zip | |
changed name
Diffstat (limited to '')
| -rw-r--r-- | examples/verify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/verify.py b/examples/verify.py index 046ec0b..65fb989 100644 --- a/examples/verify.py +++ b/examples/verify.py @@ -2,10 +2,10 @@ import sys, os sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) import z3 -import nneq +import vein def check_property(onnx_a, onnx_b, vnnlib): - solver = nneq.Solver() + solver = vein.Solver() print(f"--- Checking {vnnlib} ---") |
