cvc4-1.3
|
A multiprecision integer constant; wraps a CLN multiprecision integer. More...
#include "cvc4_public.h"
#include <string>
#include <sstream>
#include <iostream>
#include <cln/integer.h>
#include <cln/input.h>
#include <cln/integer_io.h>
#include <limits>
#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 CLN multiprecision integer.
** Original author: Tim King ** Major contributors: Morgan Deters ** Minor contributors (to current version): Dejan Jovanovic, Liana Hadarean ** 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 CLN multiprecision integer.
Definition in file integer_cln_imp.h.