23 Instance(std::string t_CE_filename, std::string t_mps_filename);
26 unsigned int column = -1;
32 unsigned int column = -1;
36 unsigned int row = -1;
37 unsigned int column = -1;
41 unsigned int row = -1;
44 [[nodiscard]]
const std::vector<DesiredSpec>& desired_space()
const {
return m_desired_space; }
46 [[nodiscard]]
const std::vector<MutableCost>& mutable_costs()
const {
return m_mutable_costs; }
48 [[nodiscard]]
const std::vector<MutableCoefficient>& mutable_coefficients()
const {
return m_mutable_coefficients; }
50 [[nodiscard]]
const std::vector<MutableRhs>& mutable_rhs()
const {
return m_mutable_rhs; }
52 [[nodiscard]]
const std::string& CE_path()
const {
return m_CE_filename; }
54 [[nodiscard]]
const std::string& mps_path()
const {
return m_mps_filename; }
56 const std::string m_CE_filename;
57 const std::string m_mps_filename;
59 std::vector<DesiredSpec> m_desired_space;
60 std::vector<MutableCost> m_mutable_costs;
61 std::vector<MutableCoefficient> m_mutable_coefficients;
62 std::vector<MutableRhs> m_mutable_rhs;