[Coin-discuss] inconsistent behavior.

Vivian De Smedt vivian at vdesmedt.com
Sat Jan 25 05:16:12 EST 2003


John,

Thank you for you quick answers.


Rereading the problem It seems to me that's precisely (no lower bound on 
rows) how the problem is set (look in test5.cpp)


	s->addCol(empty, -inf, inf, 3);
	s->addCol(empty, -inf, inf, 1);

	CoinPackedVector r0;
	r0.insert(0, 2);
	r0.insert(1, 1);
	s->addRow(r0, -inf, 10);

	CoinPackedVector r1;
	r1.insert(0, 1);
	r1.insert(1, 3);
	s->addRow(r1, -inf, 15);

	s->setObjSense(-1);


And anyhow if 0 lower bounds on rows where set then I'll expect (7, -2) as 
solution.

Regards,
Vivan De Smedt.




More information about the Coin-discuss mailing list