From 8ce83ed35085fccace319ddd75d6fc1bd9a14a07 Mon Sep 17 00:00:00 2001 From: Gereon Kremer Date: Wed, 1 Dec 2021 08:32:16 -0800 Subject: [PATCH] Add the first example for z3pycompat (#7722) This PR adds the first example for the z3py compat API. --- docs/examples/lineararith.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/lineararith.rst b/docs/examples/lineararith.rst index f6914c88e..bcc7b9a99 100644 --- a/docs/examples/lineararith.rst +++ b/docs/examples/lineararith.rst @@ -9,5 +9,6 @@ The two checks are separated by using :code:`push` and :code:`pop`. .. api-examples:: /api/cpp/linear_arith.cpp /api/java/LinearArith.java + /test/pgms/example_linear_arith.py /api/python/linear_arith.py /api/smtlib/linear_arith.smt2 -- 2.30.2