summaryrefslogtreecommitdiff
path: root/src/prop/cadical.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cadical.cpp')
-rw-r--r--src/prop/cadical.cpp31
1 files changed, 16 insertions, 15 deletions
diff --git a/src/prop/cadical.cpp b/src/prop/cadical.cpp
index 5abdada71..9cbf067a6 100644
--- a/src/prop/cadical.cpp
+++ b/src/prop/cadical.cpp
@@ -1,18 +1,19 @@
-/********************* */
-/*! \file cadical.cpp
- ** \verbatim
- ** Top contributors (to current version):
- ** Mathias Preiner, Andres Noetzli, Liana Hadarean
- ** 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 CaDiCaL SAT Solver.
- **
- ** Implementation of the CaDiCaL SAT solver for CVC4 (bitvectors).
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Mathias Preiner, Andres Noetzli, Liana Hadarean
+ *
+ * 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 CaDiCaL SAT Solver.
+ *
+ * Implementation of the CaDiCaL SAT solver for CVC4 (bit-vectors).
+ */
#include "prop/cadical.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback