summaryrefslogtreecommitdiff
path: root/examples/api/python/bitvectors.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/python/bitvectors.py')
-rw-r--r--[-rwxr-xr-x]examples/api/python/bitvectors.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/examples/api/python/bitvectors.py b/examples/api/python/bitvectors.py
index f12e79541..c370e50be 100755..100644
--- a/examples/api/python/bitvectors.py
+++ b/examples/api/python/bitvectors.py
@@ -1,19 +1,19 @@
#!/usr/bin/env python
-
#####################
-#! \file bitvectors.py
- ## \verbatim
- ## Top contributors (to current version):
- ## Makai Mann, Aina Niemetz
- ## This file is part of the CVC4 project.
- ## Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
- ## 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
- ##
- ## \brief A simple demonstration of the solving capabilities of the CVC4
- ## bit-vector solver through the Python API. This is a direct translation
- ## of bitvectors-new.cpp.
+## bitvectors.py
+## Top contributors (to current version):
+## Makai Mann, Aina Niemetz
+## 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.
+## All rights reserved. See the file COPYING in the top-level source
+## directory for licensing information.
+##
+## A simple demonstration of the solving capabilities of the CVC4
+## bit-vector solver through the Python API. This is a direct translation
+## of bitvectors-new.cpp.
+##
+
import pycvc4
from pycvc4 import kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback