cvc4-1.4
subrange_bound.h File Reference

Representation of subrange bounds. More...

#include "cvc4_public.h"
#include "util/integer.h"
#include "util/exception.h"
#include <limits>
Include dependency graph for subrange_bound.h:
This graph shows which files directly or indirectly include this file:

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

namespace  CVC4
 

Functions

std::ostream & CVC4::operator<< (std::ostream &out, const SubrangeBound &bound) throw ()
 
std::ostream & CVC4::operator<< (std::ostream &out, const SubrangeBounds &bounds) throw ()
 

Detailed Description

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.