You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
Hi,
Is there any possibility to extract the lagrange multipliers from an MILP compareable with the tutorial Unit commitment problem (I use piecewise linear cost function but the goal is the same)? I currently use the IBM CPLEX solver.
Thanks in advance!
Best, Tobias
Johan Löfberg
unread,
Mar 26, 2013, 7:46:45 AM3/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
You do not have any dual variables (lagrange multipliers) in a MILP (well, there are some generalized duality theories for integer programs, but not something which is implemented in standard solvers)
Tobias
unread,
Mar 26, 2013, 7:52:58 AM3/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
Thank you. This would have been also my first guess but I have seen a research paper where they use a "market price" and a MILP which made me wary about doing something.