help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Help-glpk] Gomory cuts and java api


From: Meketon, Marc
Subject: RE: [Help-glpk] Gomory cuts and java api
Date: Wed, 23 Apr 2008 17:08:27 -0400

In later versions of GLPK, you need to use the iocp (integer optimization control parameter) structure to set these parameters.  I don’t know when it was introduced, and it’s possible that your version doesn’t have this control structure.  Look through “glpk.h” and if you see the iocp structure you should use that.

 

Use the “glp_init_iocp” routine to get an iocp structure.  Then set the parameters, and use “glp_intopt” to call the MIP procedure, which takes the iocp as a parameter.

 

 


From: address@hidden [mailto:address@hidden On Behalf Of eeeeeeeeeeee zzzzzzzzzzzz
Sent: Wednesday, April 23, 2008 1:43 PM
To: address@hidden
Subject: [Help-glpk] Gomory cuts and java api

 

Hello,

I'm writing a model with a lot of binary variable. I can resolve it very quickly with glpsol using options --intopt --cuts .Without these options I didn't see the end, subproblems was growing  again after one hour. My problem is to find these options in the java api. GlpkSolver.LPX_K_USECUTS and GlpkSolver.LPX_INTOPT doesn't exist
Im using API 4.9 and can't find api 4.10




Avec Windows Live Messenger restez en contact avec tous vos amis ! Téléchargez Messenger, c'est gratuit !

 
----------------------------------------------------------------------------
This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail.

Thank you for your cooperation.
----------------------------------------------------------------------------

reply via email to

[Prev in Thread] Current Thread [Next in Thread]