[Clp] COIN-CLP e OSL startups correlation in ClpSimplexPrimal::primal method

John Forrest john.forrest at fastercoin.com
Fri Dec 17 09:57:45 EST 2010


Michel,

The following is approximate (just looking at recommended settings for
OSL and Clp)

ekk_setIdevexMode - the equivalent method is mode in Constructor of
ClpPrimalColumnSteepest
1 has no equivalent in Clp (I would translate as 0)
2 translates to 0
3 translates to 1

For startup mode 

0,1,2 correspond approximately to ifValuesPass=0
3 normally corresponds to ifValuesPass=1
You can use setIstopMode to make 3 correspond to ifValuesPass=2 (i.e.
stop after values pass).

John Forrest

On Thu, 2010-12-16 at 14:58 -0200, Michel Igor de Almeida Ennes wrote:
> Hello all, 
> 
> I'm trying to create a COIN-CLP/OSL interface. 
> How do I correlate the startup modes of the OSL ekk_primalSimplex function with the ifValuesPass parameter of the COIN-CLP ClpSimplexPrimal::primal method?
> 
> What is the relationship of the idevexMode parameter in the ekk_setIdevexMode and the possibles modes of the ClpPrimalColumnSteepest method?
> I think ekk_setIdevexMode is a suboption of the ekk_primalSimplex startup modes, but the ClpPrimalColumnSteepest modes are the startup main options in the COIN-CLP.
> 
> That is correct?
> 
> 
> Thanks, Michel Igor
> 
>            
>   
> _______________________________________________
> Clp mailing list
> Clp at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/clp





More information about the Clp mailing list