cvc4-1.4
|
Representation of predicates for predicate subtyping. More...
Go to the source code of this file.
Data Structures | |
struct | CVC4::PredicateHashFunction |
class | CVC4::Predicate |
Namespaces | |
namespace | CVC4 |
Functions | |
std::ostream & | CVC4::operator<< (std::ostream &out, const Predicate &p) |
Representation of predicates for predicate subtyping.
** Original author: Morgan Deters ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 project. ** Copyright (c) 2009-2014 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.
Simple class to represent predicates for predicate subtyping. Instances of this class are carried as the payload of the CONSTANT-metakinded SUBTYPE_TYPE types.
Definition in file predicate.h.