cvc4-1.3
|
Encapsulation of the result of a query. More...
Go to the source code of this file.
Data Structures | |
class | CVC4::Result |
Three-valued SMT result, with optional explanation. More... | |
Namespaces | |
CVC4 | |
Functions | |
std::ostream & | CVC4::operator<< (std::ostream &out, const Result &r) |
std::ostream & | CVC4::operator<< (std::ostream &out, enum Result::Sat s) |
std::ostream & | CVC4::operator<< (std::ostream &out, enum Result::Validity v) |
std::ostream & | CVC4::operator<< (std::ostream &out, enum Result::UnknownExplanation e) |
bool | CVC4::operator== (enum Result::Sat s, const Result &r) throw () |
bool | CVC4::operator== (enum Result::Validity v, const Result &r) throw () |
bool | CVC4::operator!= (enum Result::Sat s, const Result &r) throw () |
bool | CVC4::operator!= (enum Result::Validity v, const Result &r) throw () |
Encapsulation of the result of a query.
** Original author: Morgan Deters ** Major contributors: none ** Minor contributors (to current version): Tim King ** This file is part of the CVC4 project. ** Copyright (c) 2009-2013 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.
Encapsulation of the result of a query.
Definition in file result.h.