summaryrefslogtreecommitdiff
path: root/examples/api/python/sequences.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/python/sequences.py')
-rw-r--r--examples/api/python/sequences.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/api/python/sequences.py b/examples/api/python/sequences.py
index 4498e5153..1b0c34f44 100644
--- a/examples/api/python/sequences.py
+++ b/examples/api/python/sequences.py
@@ -1,19 +1,19 @@
#!/usr/bin/env python
-
#####################
-#! \file sequences.py
-## \verbatim
+## sequences.py
## Top contributors (to current version):
-## Andres Noetzli
+## Andres Noetzli, Makai Mann
## This file is part of the CVC4 project.
## Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
-## in the top-level source directory) and their institutional affiliations.
+## in the top-level source directory and their institutional affiliations.
## All rights reserved. See the file COPYING in the top-level source
-## directory for licensing information.\endverbatim
+## directory for licensing information.
##
-## \brief A simple demonstration of the solving capabilities of the CVC4
+## A simple demonstration of the solving capabilities of the CVC4
## strings solver through the Python API. This is a direct translation
## of sequences.cpp.
+##
+
import pycvc4
from pycvc4 import kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback