summaryrefslogtreecommitdiff
path: root/src/theory/arith/arithvar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/arithvar.cpp')
-rw-r--r--src/theory/arith/arithvar.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/theory/arith/arithvar.cpp b/src/theory/arith/arithvar.cpp
index 76b143fff..cbcdfb866 100644
--- a/src/theory/arith/arithvar.cpp
+++ b/src/theory/arith/arithvar.cpp
@@ -1,3 +1,20 @@
+/********************* */
+/*! \file arithvar.cpp
+ ** \verbatim
+ ** Original author: Tim King <taking@cs.nyu.edu>
+ ** Major contributors: none
+ ** Minor contributors (to current version): none
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2013 New York University and The University of Iowa
+ ** See the file COPYING in the top-level source directory for licensing
+ ** information.\endverbatim
+ **
+ ** \brief [[ Add one-line brief description here ]]
+ **
+ ** [[ Add lengthier description here ]]
+ ** \todo document this file
+ **/
+
#include "theory/arith/arithvar.h"
#include <limits>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback