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_row;
25 std::vector<double> _matval_delete_col;
26 std::vector<int> _mind_delete_row;
27 std::vector<int> _mind_delete_col;
28 std::vector<int> _mstart_delete_row;
29 std::vector<int> _mstart_delete_col;
31 std::vector<double> _rhs;
32 std::vector<char> _coltypes;
33 std::vector<char> _rowtypes;
34 std::vector<double> _lb;
35 std::vector<double> _ub;
37 std::vector<double> _primals;
38 std::vector<double> _duals;
39 std::vector<double> _slacks;
40 std::vector<double> _reduced_costs;
42 std::vector<std::string> _status;
43 std::vector<int> _status_int;
45 std::vector<std::string> _col_names;
46 std::vector<std::string> _row_names;