Skip to content
  • Gauthier Quesnel's avatar
    lpcore: move parameters into context · 7d51a2a4
    Gauthier Quesnel authored
    This patch avoids the use of std::map<std::string, lp::parameter> to
    start the solver/optimizer. Now, parameters are stored in context and
    can be parse with lp::context::parse function.
    7d51a2a4