|
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) |
| std::filesystem::path | FileName (const std::string &problemName) |
Class to store the configuration of a solver Invariant: name is lowercase.