Antares Xpansion
Investment simulations for Antares studies
|
Class to store the configuration of a solver Invariant: name is lowercase. More...
#include <SolverConfig.h>
Public Member Functions | |
SolverConfig (std::string name) | |
SolverConfig (SolverConfig &&)=default | |
SolverConfig (const SolverConfig &)=default | |
SolverConfig & | operator= (const SolverConfig &)=default |
SolverConfig & | operator= (SolverConfig &&)=default |
std::string | Name () const |
bool | operator== (const std::string &rhs) const |
SolverConfig & | operator= (const std::string &rhs) |
Static Public Member Functions | |
static std::filesystem::path | FileName (const std::string &problemName, const SolverConfig &solverName) |
Class to store the configuration of a solver Invariant: name is lowercase.