equal
deleted
inserted
replaced
64 |
64 |
65 |
65 |
66 /// \e |
66 /// \e |
67 LpSoplex(); |
67 LpSoplex(); |
68 /// \e |
68 /// \e |
|
69 LpSoplex(const LpSoplex&); |
|
70 /// \e |
69 ~LpSoplex(); |
71 ~LpSoplex(); |
70 |
72 |
71 protected: |
73 protected: |
72 |
74 |
73 virtual LpSolverBase &_newLp(); |
75 virtual LpSolverBase* _newLp(); |
74 virtual LpSolverBase &_copyLp(); |
76 virtual LpSolverBase* _copyLp(); |
75 |
77 |
76 virtual int _addCol(); |
78 virtual int _addCol(); |
77 virtual int _addRow(); |
79 virtual int _addRow(); |
78 virtual void _eraseCol(int i); |
80 virtual void _eraseCol(int i); |
79 virtual void _eraseRow(int i); |
81 virtual void _eraseRow(int i); |