** \todo document this file
**/
+#include "cvc4_private.h"
+
+#ifndef __CVC4__THEORY__ARITH__ORDERED_SET_H
+#define __CVC4__THEORY__ARITH__ORDERED_SET_H
+
#include <map>
#include <set>
#include "expr/kind.h"
}/* CVC4::theory::arith namespace */
}/* CVC4::theory namespace */
}/* CVC4 namespace */
+
+#endif /* __CVC4__THEORY__ARITH__ORDERED_SET_H */
** \todo document this file
**/
+#include "cvc4_private.h"
#include "context/context.h"
#include "context/cdvector.h"
** \todo document this file
**/
+#include "cvc4_private.h"
#include "expr/node.h"
#include "expr/attribute.h"
uint32_t debugCountColLength(ArithVar var);
uint32_t debugCountRowLength(ArithVar var);
-};
+};/* class Tableau */
-}; /* namespace arith */
-}; /* namespace theory */
-}; /* namespace CVC4 */
+}/* CVC4::theory::arith namespace */
+}/* CVC4::theory namespace */
+}/* CVC4 namespace */
#endif /* __CVC4__THEORY__ARITH__TABLEAU_H */
#pragma once
+#include "cvc4_private.h"
+
#include <iostream>
#include "context/cdo.h"
#include "theory/bv/theory_bv_utils.h"
* Author: dejan
*/
+#include "cvc4_private.h"
+
#pragma once
#include "context/cdo.h"
** \todo document this file
**/
+#include "cvc4_private.h"
+
#pragma once
#include "theory/bv/theory_bv_rewrite_rules.h"
** \todo document this file
**/
+#include "cvc4_private.h"
+
#pragma once
#include <set>
** The Rewriter class.
**/
+#include "cvc4_private.h"
+
#pragma once
#include "expr/node.h"
** Rewriter attributes.
**/
+#include "cvc4_private.h"
+
#pragma once
namespace CVC4 {
** from the Theory kinds files.
**/
+#include "cvc4_private.h"
+
#pragma once
#include "theory/rewriter.h"
** information.\endverbatim
**/
+#include "cvc4_private.h"
+
#pragma once
#include "context/context.h"
** \todo document this file
**/
+#include "cvc4_private.h"
+
#ifndef __CVC4__GMP_UTIL_H
#define __CVC4__GMP_UTIL_H
** Removal of term ITEs.
**/
+#include "cvc4_private.h"
+
#pragma once
#include <vector>
** The transitive closure module.
**/
+#include "cvc4_private.h"
+
#ifndef __CVC4__UTIL__TRANSITIVE_CLOSURE_H
#define __CVC4__UTIL__TRANSITIVE_CLOSURE_H