help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] writing values of variables to log file every iteration


From: Meketon, Marc
Subject: Re: [Help-glpk] writing values of variables to log file every iteration
Date: Tue, 14 Nov 2017 14:42:25 +0000

Be careful about the pre-processing that GLPK does.  If pre-processing is turned on (and that is the default) then the intermediate solutions may not be in the same form as the final solution.

 

From: Help-glpk [mailto:help-glpk-bounces+address@hidden On Behalf Of Heinrich Schuchardt
Sent: Tuesday, November 14, 2017 9:31 AM
To: wilko heitkoetter; Help Glpk
Subject: Re: [Help-glpk] writing values of variables to log file every iteration

 

Hello Wilko,

you will need some programming.

If by iteration you refer to tbe branch and bound for MIPs implement a callback function.

If you refer to Simplex iterations you will have to modify the coding of the GLPK library.

Regards

Heinrich
--
Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.

Am 14.11.17, 15:25, wilko heitkoetter <address@hidden> schrieb:

Dear Developers,

 

I am a PhD student at University of Oldenburg (Germany). For troubleshooting, I would like GLPK to do the following, while solving an optimization problem:

 

For every iteration, the values that are assigned to the variables of the optimization problem at the respective iteration, shall be written to the log file.

 

Would this be possible? If yes, which option would I have to pass to the solver?

 

 

Already checked out the documentation and mailing list, but didnt find an answer.

 

I would be very grateful for an advise.

 

 

Best regards


Wilko Heitkoetter

 

 

 

 

_______________________________________________ Help-glpk mailing list address@hidden https://lists.gnu.org/mailman/listinfo/help-glpk



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]