cvc4-1.4
|
Representation of subrange bounds. More...
Go to the source code of this file.
Data Structures | |
class | CVC4::SubrangeBound |
Representation of a subrange bound. More... | |
class | CVC4::SubrangeBounds |
struct | CVC4::SubrangeBoundsHashFunction |
Namespaces | |
CVC4 | |
Functions | |
std::ostream & | CVC4::operator<< (std::ostream &out, const SubrangeBound &bound) throw () |
std::ostream & | CVC4::operator<< (std::ostream &out, const SubrangeBounds &bounds) throw () |
Representation of subrange bounds.
** Original author: Morgan Deters ** Major contributors: Tim King ** 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 a subrange bound, either infinite (no bound) or finite (an arbitrary precision integer).
Definition in file subrange_bound.h.