cprover
decision_procedure.cpp
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Decision Procedure Interface
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #include "decision_procedure.h"
13 
14 #include <cassert>
15 
17 {
18  assert(false);
19  return true;
20 }
Decision Procedure Interface.
virtual bool in_core(const exprt &expr)
Base class for all expressions.
Definition: expr.h:46