Files
cvc5/examples/api/python/pythonic
yoni206 a640d391ae Adding UF examples (#10824)
We don't have simple UF examples. This PR adds such an example in
smt-lib and all the APIs.
2024-06-06 11:37:44 -03:00
..
2024-03-12 09:35:09 -07:00
2024-03-12 09:35:09 -07:00
2024-03-12 09:35:09 -07:00
2024-06-06 11:37:44 -03:00

Notes

These files are copied from the pythonic API's repository.

They were copied with this script:

for f in ~/$CVC_PYTHONIC/test/pgms/example_*; do; ff=$(echo ${f:t} | sed 's/example_//'); cat $f | sed 's/_pythonic_api/.pythonic/' > examples/api/python/pythonic/$ff ; done;

Notice that the script fixes up the import statements to align with a version of the cvc5 python APIs that are packaged together.