1#ifndef CYCLUS_SRC_PROG_SOLVER_H_
2#define CYCLUS_SRC_PROG_SOLVER_H_
8#include "OsiSolverInterface.hpp"
45 std::string solver_t_;
48 OsiSolverInterface* iface_;
a very simple interface for solving translated resource exchanges
void verbose()
tell the solver to be verbose
The ProgSolver provides the implementation for a mathematical programming solution to a resource exch...
static const int kDefaultTimeout
virtual double SolveGraph()
the ProgSolver solves an ExchangeGraph...
ProgSolver(std::string solver_t)
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
T OptionalQuery(InfileTree *tree, std::string query, T default_val)
a query method for optional parameters