summaryrefslogtreecommitdiff
path: root/src/options/simplification_mode.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-10-18 20:31:58 -0700
committerGitHub <noreply@github.com>2018-10-18 20:31:58 -0700
commit3e32948e4ea755afbc4e540c5e439bc580e494b5 (patch)
tree15515ed7bc4d6aef47ecd0d3f19a98d2753c25a4 /src/options/simplification_mode.h
parent48de5fcacf971676ff941677b4b8e46a3e384703 (diff)
parente57e2c8911d0b39a59aad29330466c93c8081506 (diff)
Merge branch 'master' into fixDumpfixDump
Diffstat (limited to 'src/options/simplification_mode.h')
-rw-r--r--src/options/simplification_mode.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/options/simplification_mode.h b/src/options/simplification_mode.h
deleted file mode 100644
index 52bf25fa1..000000000
--- a/src/options/simplification_mode.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/********************* */
-/*! \file simplification_mode.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Morgan Deters, Tim King
- ** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2018 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 [[ Add one-line brief description here ]]
- **
- ** [[ Add lengthier description here ]]
- ** \todo document this file
- **/
-
-#include "cvc4_public.h"
-
-#ifndef __CVC4__SMT__SIMPLIFICATION_MODE_H
-#define __CVC4__SMT__SIMPLIFICATION_MODE_H
-
-#include <iosfwd>
-
-namespace CVC4 {
-
-/** Enumeration of simplification modes (when to simplify). */
-typedef enum {
- /** Simplify the assertions all together once a check is requested */
- SIMPLIFICATION_MODE_BATCH,
- /** Don't do simplification */
- SIMPLIFICATION_MODE_NONE
-} SimplificationMode;
-
-std::ostream& operator<<(std::ostream& out, SimplificationMode mode) CVC4_PUBLIC;
-
-}/* CVC4 namespace */
-
-#endif /* __CVC4__SMT__SIMPLIFICATION_MODE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback