|
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 Hello, 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. ---------------------------------------------------------------------------- |
[Prev in Thread] | Current Thread | [Next in Thread] |