summaryrefslogtreecommitdiff
path: root/src/smt/model_blocker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/model_blocker.h')
-rw-r--r--src/smt/model_blocker.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/smt/model_blocker.h b/src/smt/model_blocker.h
index 836515013..cc667fbf0 100644
--- a/src/smt/model_blocker.h
+++ b/src/smt/model_blocker.h
@@ -32,14 +32,13 @@ class ModelBlocker
{
public:
/** get model blocker
- *
+ *
* This returns a disjunction of literals ~L1 V ... V ~Ln with the following
* properties:
* (1) L1 ... Ln hold in the current model (given by argument m),
* (2) L1 ... Ln are literals that occur in assertions.
*/
- static Expr getModelBlocker(const std::vector<Expr>& assertions,
- Model* m);
+ static Expr getModelBlocker(const std::vector<Expr>& assertions, Model* m);
}; /* class TheoryModelCoreBuilder */
} // namespace CVC4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback