cvc4-1.3
predicate.h File Reference

Representation of predicates for predicate subtyping. More...

#include "cvc4_public.h"
#include "util/exception.h"
#include "expr/expr.h"

Go to the source code of this file.

Data Structures

struct  CVC4::PredicateHashFunction
 
class  CVC4::Predicate
 

Namespaces

 CVC4
 

Functions

std::ostream & CVC4::operator<< (std::ostream &out, const Predicate &p)
 

Detailed Description

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-2013  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.