summaryrefslogtreecommitdiff
path: root/src/prop/kissat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/kissat.h')
-rw-r--r--src/prop/kissat.h31
1 files changed, 16 insertions, 15 deletions
diff --git a/src/prop/kissat.h b/src/prop/kissat.h
index b2bc8e074..3b65a06bb 100644
--- a/src/prop/kissat.h
+++ b/src/prop/kissat.h
@@ -1,18 +1,19 @@
-/********************* */
-/*! \file kissat.h
- ** \verbatim
- ** Top contributors (to current version):
- ** 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 Wrapper for Kissat SAT Solver.
- **
- ** Wrapper for the Kissat SAT solver (for theory of bit-vectors).
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * 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.
+ * ****************************************************************************
+ *
+ * Wrapper for Kissat SAT Solver.
+ *
+ * Wrapper for the Kissat SAT solver (for theory of bit-vectors).
+ */
#include "cvc4_private.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback