* Add virtual destructors to CnfStream, Theory, OutputChannel, and
[cvc5.git] / src / theory / theory_engine.cpp
1 /********************* */
2 /** theory_engine.cpp
3 ** Original author: mdeters
4 ** Major contributors: none
5 ** Minor contributors (to current version): none
6 ** This file is part of the CVC4 prototype.
7 ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
8 ** Courant Institute of Mathematical Sciences
9 ** New York University
10 ** See the file COPYING in the top-level source directory for licensing
11 ** information.
12 **
13 ** The theory engine.
14 **/
15
16 #include "theory/theory_engine.h"
17
18 namespace CVC4 {
19
20 }/* CVC4 namespace */