std::cout<<"Linked with Intel Threading Building Blocks v"<<TBB_VERSION_MAJOR<<"."<<TBB_VERSION_MINOR<<" (Interface version "<<TBB_INTERFACE_VERSION<<")."<<std::endl;
#endif
#ifdef STORM_HAVE_GLPK
# include "glpk.h"
std::cout<<"Linked with GNU Linear Programming Kit v"<<GLP_MAJOR_VERSION<<"."<<GLP_MINOR_VERSION<<"."<<std::endl;
#endif
#ifdef STORM_HAVE_GUROBI
# include "gurobi_c.h"
std::cout<<"Linked with Gurobi Optimizer v"<<GRB_VERSION_MAJOR<<"."<<GRB_VERSION_MINOR<<"."<<GRB_VERSION_TECHNICAL<<"."<<std::endl;