Antares Simulator
Power System Simulator
OrtoolsUtils Class Referencefinal

Classes

struct  SolverNames
 

Static Public Attributes

static const std::map< std::string, SolverNamesmpSolverMap
 
static const std::map< std::string, math_opt::SolverType > mathoptSolverMap
 

Member Data Documentation

◆ mathoptSolverMap

const std::map< std::string, math_opt::SolverType > OrtoolsUtils::mathoptSolverMap
static
Initial value:
= {
{"pdlp", math_opt::SolverType::kPdlp},
{"scip", math_opt::SolverType::kGscip},
{"xpress", math_opt::SolverType::kXpress},
{"gurobi", math_opt::SolverType::kGurobi}}

◆ mpSolverMap

const std::map< std::string, struct OrtoolsUtils::SolverNames > OrtoolsUtils::mpSolverMap
static
Initial value:
= {
{"xpress", {"xpress_lp", "xpress"}},
{"sirius", {"sirius_lp", std::nullopt}},
{"coin", {"clp", "cbc"}},
{"glpk", {"glpk_lp", "glpk"}},
{"scip", {std::nullopt, "scip"}},
{"highs", {"highs_lp", "highs"}},
{"pdlp", {"pdlp", std::nullopt}},
{"gurobi", {"gurobi_lp", "gurobi"}}}

The documentation for this class was generated from the following files: