cvc4-1.4
integer_gmp_imp.h File Reference

A multiprecision integer constant; wraps a GMP multiprecision integer. More...

#include "cvc4_public.h"
#include <string>
#include <iostream>
#include <limits>
#include "util/gmp_util.h"
#include "util/exception.h"
Include dependency graph for integer_gmp_imp.h:

Go to the source code of this file.

Data Structures

class  CVC4::Integer
 
struct  CVC4::IntegerHashFunction
 

Namespaces

namespace  CVC4
 

Functions

std::ostream & CVC4::operator<< (std::ostream &os, const Integer &n)
 

Detailed Description

A multiprecision integer constant; wraps a GMP multiprecision integer.

** Original author: Tim King
** Major contributors: Morgan Deters, Liana Hadarean
** Minor contributors (to current version): Dejan Jovanovic
** 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.

A multiprecision integer constant; wraps a GMP multiprecision integer.

Definition in file integer_gmp_imp.h.