cvc4-1.3
|
A multiprecision integer constant; wraps a GMP multiprecision integer. More...
#include "cvc4_public.h"
#include <string>
#include <iostream>
#include "util/gmp_util.h"
#include "util/exception.h"
Go to the source code of this file.
Data Structures | |
class | CVC4::Integer |
struct | CVC4::IntegerHashFunction |
Namespaces | |
CVC4 | |
Functions | |
std::ostream & | CVC4::operator<< (std::ostream &os, const Integer &n) |
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-2013 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.