diff options
| author | ericmarin <maarin.eric@gmail.com> | 2026-03-17 18:59:35 +0100 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-03-18 13:18:40 +0100 |
| commit | 0fca69965786db7deee2e976551b5156531e8ed5 (patch) | |
| tree | 827ac0961e61076edf697f24374efc26867afb37 /nneq | |
| parent | 5ff90e94c9bb411a0262a8130a6f0ce4125ca11b (diff) | |
| download | vein-0fca69965786db7deee2e976551b5156531e8ed5.tar.gz vein-0fca69965786db7deee2e976551b5156531e8ed5.zip | |
added proof for ONNX translation
Diffstat (limited to 'nneq')
| -rw-r--r-- | nneq/nneq.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nneq/nneq.py b/nneq/nneq.py index d9d7d30..4f46cbf 100644 --- a/nneq/nneq.py +++ b/nneq/nneq.py @@ -135,7 +135,6 @@ def inpla_export(model: onnx.ModelProto) -> inpla_str: return "\n".join(input_script + list(reversed(node_script)) + result_lines) def inpla_run(model: inpla_str) -> z3_str: - print(model) return subprocess.run(["./inpla"], input=f"{rules}\n{model}", capture_output=True, text=True).stdout syms = {} |
