equal
deleted
inserted
replaced
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 ///Unsupported file format exception |
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: |