summaryrefslogtreecommitdiff
path: root/examples/api/java/BitVectors.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/api/java/BitVectors.java')
-rw-r--r--examples/api/java/BitVectors.java31
1 files changed, 16 insertions, 15 deletions
diff --git a/examples/api/java/BitVectors.java b/examples/api/java/BitVectors.java
index 4fcc814da..1ef0ea23f 100644
--- a/examples/api/java/BitVectors.java
+++ b/examples/api/java/BitVectors.java
@@ -1,18 +1,19 @@
-/********************* */
-/*! \file BitVectors.java
- ** \verbatim
- ** Top contributors (to current version):
- ** Morgan Deters, Liana Hadarean, Aina Niemetz
- ** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2021 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.
- **
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Morgan Deters, Liana Hadarean, Aina Niemetz
+ *
+ * This file is part of the cvc5 project.
+ *
+ * Copyright (c) 2009-2021 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 cvc5 bit-vector
+ * solver.
+ *
+ */
import edu.stanford.CVC4.*;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback