Fix getModelValue for arithmetic (#8316)
[cvc5.git] / src / theory / arith / nl / ext_theory_callback.h
index 56faacddde7f8bd7a42e774892fd48da8c326a35..a810d9d537b32af18623079728040a2b75b13678 100644 (file)
@@ -1,16 +1,17 @@
-/*********************                                                        */
-/*! \file ext_theory_callback.h
- ** \verbatim
- ** Top contributors (to current version):
- **   Andrew Reynolds, Tim King
- ** 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 The extended theory callback for non-linear arithmetic
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ *   Andrew Reynolds, Tim King, Gereon Kremer
+ *
+ * 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.
+ * ****************************************************************************
+ *
+ * The extended theory callback for non-linear arithmetic.
+ */
 
 #ifndef CVC5__THEORY__ARITH__NL__EXT_THEORY_CALLBACK_H
 #define CVC5__THEORY__ARITH__NL__EXT_THEORY_CALLBACK_H