[Dip] Printing Underlying Formulation

Matthew Galati magh at lehigh.edu
Mon Aug 9 22:44:04 EDT 2010


Hmmm... You are correct. I don't really give the user a way to set
parameters at C++ level - only at cmd-line or parameter file.

Please add a ticket and I will add an access method to the parameter object.

As for debug output...

PRICE_AND_CUT_master.n0.c0.p10.lp
  will  be the restricted master at the end and

PRICE_AND_CUT_masterProbRootIP.n0.c0.p0.lp
  will be the initial restricted master.





On Mon, Aug 9, 2010 at 10:34 PM, Kipp Martin <kmartin at chicagobooth.edu>wrote:

> Hi:
> >
> > But, you can use the LogDumpModel=2 option.
>
> Is there a way to set this option inside the C++ code as opposed to
> reading a parameter file? It looks like
>
>    DecompParam m_param;
>
> is a protected member of DecompAlgo so I am trying to figure out how to
> work with this inside the code. Is there someway to do this through the
> UtilParameters class?
>
> It looks like if I apply price and cut and it does, say 10 iterations then
>
> PRICE_AND_CUT_masterProbRootIP.n0.c0.p10.lp
>
> will  be the restricted master at the end and
>
> PRICE_AND_CUT_masterProbRootIP.n0.c0.p10.lp
>
> will be the initial restricted master. Is this correct?
>
>
> Thanks
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/dip/attachments/20100809/25e1c498/attachment.html 


More information about the Dip mailing list