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

cvc5-cvc5-1.2.0.cmake.ConfigCompetition.cmake Maven / Gradle / Ivy

The newest version!
###############################################################################
# Top contributors (to current version):
#   Mathias Preiner, Aina Niemetz, Andres Noetzli
#
# 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.
# #############################################################################
##

add_definitions(-DCVC5_COMPETITION_MODE)
add_check_c_cxx_flag("-funroll-all-loops")
add_check_c_cxx_flag("-fexpensive-optimizations")
add_check_c_cxx_flag("-fno-enforce-eh-specs")
# OPTLEVEL=9
set(OPTIMIZATION_LEVEL 9)
# enable_debug_symbols=no
cvc5_set_option(ENABLE_DEBUG_SYMBOLS OFF)
# enable_statistics=no
cvc5_set_option(ENABLE_STATISTICS OFF)
# enable_assertions=no
cvc5_set_option(ENABLE_ASSERTIONS OFF)
# enable_proof=no
cvc5_set_option(ENABLE_PROOFS OFF)
# enable_tracing=no
cvc5_set_option(ENABLE_TRACING OFF)
# enable_muzzle=yes
cvc5_set_option(ENABLE_MUZZLE ON)
# enable_valgrind=no
cvc5_set_option(BUILD_SHARED_LIBS OFF)
cvc5_set_option(ENABLE_UNIT_TESTING OFF)

# By default, we include all dependencies in our competition build that are
# required to achieve the best performance
set(ENABLE_GPL ON)
cvc5_set_option(USE_CADICAL ON)
cvc5_set_option(USE_CLN ON)
cvc5_set_option(USE_CRYPTOMINISAT ON)
cvc5_set_option(USE_EDITLINE OFF)
cvc5_set_option(USE_GLPK ON)
cvc5_set_option(USE_SYMFPU ON)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy