option(USE_BOOST_STATIC_LIBRARIES"Sets whether the Boost libraries should be linked statically."OFF)
option(STORM_USE_INTELTBB"Sets whether the Intel TBB libraries should be used."OFF)
option(STORM_USE_GUROBI"Sets whether Gurobi should be used."OFF)
set(USE_CARLON)
set(STORM_CARL_DIR_HINT""CACHESTRING"A hint where the preferred CArL version can be found. If CArL cannot be found there, it is searched in the OS's default paths.")
option(STORM_FORCE_SHIPPED_CARL"Sets whether the shipped version of carl is to be used no matter whether carl is found or not."OFF)
MARK_AS_ADVANCED(STORM_FORCE_SHIPPED_CARL)
option(USE_SMTRAT"Sets whether SMT-RAT should be included."OFF)