summaryrefslogtreecommitdiff
path: root/src/options/decision_weight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/decision_weight.h')
-rw-r--r--src/options/decision_weight.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/options/decision_weight.h b/src/options/decision_weight.h
new file mode 100644
index 000000000..42f1d5b6d
--- /dev/null
+++ b/src/options/decision_weight.h
@@ -0,0 +1,28 @@
+/********************* */
+/*! \file decision_weight.h
+ ** \verbatim
+ ** Original author: Kshitij Bansal
+ ** Major contributors: Morgan Deters
+ ** Minor contributors (to current version): none
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2014 New York University and The University of Iowa
+ ** See the file COPYING in the top-level source directory for licensing
+ ** information.\endverbatim
+ **
+ ** \brief Rewriter attributes
+ **
+ ** Rewriter attributes.
+ **/
+
+#include "cvc4_private.h"
+
+#ifndef __CVC4__OPTIONS__DECISION_WEIGHT_H
+#define __CVC4__OPTIONS__DECISION_WEIGHT_H
+
+namespace CVC4 {
+namespace decision {
+typedef uint64_t DecisionWeight;
+}/* CVC4::decision namespace */
+}/* CVC4 namespace */
+
+#endif /* __CVC4__OPTIONS__DECISION_WEIGHT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback