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: Heinrich Schuchardt
Subject: Re: [Help-glpk] writing values of variables to log file every iteration
Date: Tue, 14 Nov 2017 15:31:19 +0100

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

reply via email to

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