|
From: | Meketon, Marc |
Subject: | RE: diet problem disregarding cost |
Date: | Wed, 20 Mar 2024 14:20:57 +0000 |
In general, if you have variables rpos_i and rneg_i (the ith constraint), and you have: [linear equation i] = rpos_i – rneg_i Then (rpos_i + rneg_i) is the absolute value If you then have rpos_i + rneg_i <= z z would be the maximum absolute value, and then you just minimize z. From: help-glpk-bounces+marc.meketon=oliverwyman.com@gnu.org <help-glpk-bounces+marc.meketon=oliverwyman.com@gnu.org>
On Behalf Of Dušan Plavák
Hi, feel free to send me an email. I did this ~ 9-10 years ago for our startup where we generate personalized nutrition plans for our clients using glpk.
Basically you want to build bunch of inequalities and most probably you want to have more variables not only nutrients... Depend on your exact use case. On Wed, Mar 20, 2024 at 4:34 PM Bjørnar Ness <bjornar.ness@gmail.com> wrote:
-- S pozdravom Dušan Plavák 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. For more information on how we use your personal data please see our Privacy Notice. |
[Prev in Thread] | Current Thread | [Next in Thread] |