All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cvc5-cvc5-1.2.0.src.util.rational.h.in Maven / Gradle / Ivy

The newest version!
/******************************************************************************
 * Top contributors (to current version):
 *   Aina Niemetz, Tim King, Morgan Deters
 *
 * This file is part of the cvc5 project.
 *
 * Copyright (c) 2009-2024 by the authors listed in the file AUTHORS
 * in the top-level source directory and their institutional affiliations.
 * All rights reserved.  See the file COPYING in the top-level source
 * directory for licensing information.
 * ****************************************************************************
 *
 * A multi-precision rational constant.
 */

// these gestures are used to avoid a public header dependence on base/cvc5config.h

#if @CVC5_NEED_INT64_T_OVERLOADS@
#  define CVC5_NEED_INT64_T_OVERLOADS
#endif

#if /* use CLN */ @CVC5_USE_CLN_IMP@
#  define CVC5_CLN_IMP
#endif /* @CVC5_USE_CLN_IMP@ */
#if /* use GMP */ @CVC5_USE_GMP_IMP@
#  define CVC5_GMP_IMP
#endif /* @CVC5_USE_GMP_IMP@ */

#ifdef CVC5_CLN_IMP
#  include "util/rational_cln_imp.h"
#endif /* CVC5_CLN_IMP */

#ifdef CVC5_GMP_IMP
#  include "util/rational_gmp_imp.h"
#endif /* CVC5_GMP_IMP */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy