changeset 1080 | c5cd8960df74 |
parent 1063 | 1782aa72495a |
child 1078 | 38c432e01489 |
17:075631229a6a | 18:7f024f870722 |
---|---|
1005 |
1005 |
1006 LpBase() : rows(), cols(), obj_const_comp(0) {} |
1006 LpBase() : rows(), cols(), obj_const_comp(0) {} |
1007 |
1007 |
1008 public: |
1008 public: |
1009 |
1009 |
1010 ///\e |
1010 ///\e \ |
1011 class UnsupportedFormatError : public Exception |
1011 class UnsupportedFormatError : public Exception |
1012 { |
1012 { |
1013 std::string _format; |
1013 std::string _format; |
1014 mutable std::string _what; |
1014 mutable std::string _what; |
1015 public: |
1015 public: |