13 std::filesystem::path _path;
18 std::vector<double> _obj;
20 std::vector<double> _matval;
21 std::vector<int> _mind;
22 std::vector<int> _mstart;
24 std::vector<double> _matval_delete;
25 std::vector<int> _mind_delete;
26 std::vector<int> _mstart_delete;
28 std::vector<double> _rhs;
29 std::vector<char> _coltypes;
30 std::vector<char> _rowtypes;
31 std::vector<double> _lb;
32 std::vector<double> _ub;
34 std::vector<double> _primals;
35 std::vector<double> _duals;
36 std::vector<double> _slacks;
37 std::vector<double> _reduced_costs;
39 std::vector<std::string> _status;
40 std::vector<int> _status_int;
42 std::vector<std::string> _col_names;
43 std::vector<std::string> _row_names;