coin-or / FlopCpp

An open source algebraic modelling language implemented as a C++ class library
https://projects.coin-or.org/FlopC++
Other
10 stars 1 forks source link

Do not generate obviusly empty constraints #2

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: thh

Original creation time: 2005-11-30 14:22:31

Assignee: somebody

Version:

I will change FLOPC++, not to include obviously empty constraint blocks in the generated problem. However, in any case I think you should still include a small preprocessing step for yor solver to remove empty rows (and possibly more) For example I do not plan to check for empty rows coming from constraints like somedata <= someotherdata or similar

svigerske commented 5 years ago

Comment by thh created at 2007-03-11 21:02:22

closed by release 1.0.1

svigerske commented 5 years ago

Comment by thh created at 2007-03-11 21:02:22

Resolution: fixed