[[linear programming]] in the browser! https://online-optimizer.appspot.com/
food
minimize difference: 0.1 * caloriediff + carbdiff + fatdiff + 2 * proteindiff + fiberdiff + sugardiff + satfatdiff + 0.01 * choldiff;
subject to overcarb:
carbdiff >= (75 * pasta + 12 * milk + 1 * cheese + 6 * flour) - 40;
subject to undercarb:
carbdiff >= 40 - (75 * pasta + 12 * milk + 1 * cheese + 6 * flour);
this is normal, to me
food
@maya Here... https://fdc.nal.usda.gov/download-datasets.html Go nuts.
am I using this to try and reverse engineer frozen mac and cheese? yes.