summaryrefslogtreecommitdiff
path: root/examples/api/python/sygus-inv.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/python/sygus-inv.py')
-rw-r--r--examples/api/python/sygus-inv.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/api/python/sygus-inv.py b/examples/api/python/sygus-inv.py
index 08a50ce63..0fa752b1e 100644
--- a/examples/api/python/sygus-inv.py
+++ b/examples/api/python/sygus-inv.py
@@ -16,11 +16,11 @@
# translation of sygus-inv.cpp .
##
-import pycvc4
-from pycvc4 import kinds
+import pycvc5
+from pycvc5 import kinds
if __name__ == "__main__":
- slv = pycvc4.Solver()
+ slv = pycvc5.Solver()
# required options
slv.setOption("lang", "sygus2")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback