Loading src/classification/LPWrapper.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public: */ LPWrapper(const LPWrapper& o); LPWrapper(LPWrapper&& o) = delete; LPWrapper(LPWrapper&&) noexcept = default; /** * @brief Copy Assignment operator Loading @@ -108,7 +108,7 @@ public: */ LPWrapper& operator=(const LPWrapper& o); LPWrapper& operator=(LPWrapper&& o) = delete; LPWrapper& operator=(LPWrapper&&) noexcept = default; /** * @brief Set up the constraint matrix for the LP problem Loading Loading
src/classification/LPWrapper.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public: */ LPWrapper(const LPWrapper& o); LPWrapper(LPWrapper&& o) = delete; LPWrapper(LPWrapper&&) noexcept = default; /** * @brief Copy Assignment operator Loading @@ -108,7 +108,7 @@ public: */ LPWrapper& operator=(const LPWrapper& o); LPWrapper& operator=(LPWrapper&& o) = delete; LPWrapper& operator=(LPWrapper&&) noexcept = default; /** * @brief Set up the constraint matrix for the LP problem Loading