[Coin-discuss] OsiSolverInterface use and in particularOsiClpSolverInterface

Jonathan Eckstein jeckstei at rutcor.rutgers.edu
Mon Dec 16 14:06:55 EST 2002


One thing that has come up in the past in our MIP heuristic is 

   <starting with non-empty model>
   Add some empty columns
   Add new rows with coefficients in these columns
     (including some with coefs in the prior columns as well)

It would be nice if this and vice versa would work.  We've run into
trouble because some solvers won't let you add empty rows or columns.

   Jonathan


John J Forrest wrote:
> 
> I am going to make sure that the following works in Clp:
> 
> empty model
> add rows (with no elements)
> add columns (with elements)
> 
> and the other way round.  I don't like the idea of implicitly adding
> columns by adding rows.
> 
> I have modified unitTest.cpp but I have not checked it in - should I as it
> may break other solvers?  For instance it semi-broke Osl  (it complained
> about rows with no elements).  At present Clp does fail ungracefully.  I
> should have that fixed in a few hours.
> 
> John
> 
> _______________________________________________
> Coin-discuss mailing list
> Coin-discuss at www-124.ibm.com
> http://www-124.ibm.com/developerworks/oss/mailman/listinfo/coin-discuss

-- 

Associate Professor Jonathan Eckstein
MSIS Department, Rutgers Business School, Rutgers University

  TEACHING ADDRESS                 RESEARCH ADDRESS
+------------------------------+--------------------------------+
| 255 J.H. Levin Building      |   RUTCOR, Room 148             |
| 94 Rockafeller Road          |   640 Bartholomew Road         |
| Livingston Campus            |   Busch Campus                 |
| Rutgers University           |   Rutgers University           |
| Piscataway, NJ 08854 USA     |   Piscataway, NJ 08854 USA     |
| (732) 445-0510               |   (732) 445-3596               |
| FAX (732) 445-6329           |   FAX (732) 445-5472           |
+------------------------------+--------------------------------+

jeckstei at rutcor.rutgers.edu    

http://rutcor.rutgers.edu/~jeckstei/



More information about the Coin-discuss mailing list