Skip to content

Instantly share code, notes, and snippets.

"""The Stigler diet problem.
A description of the problem can be found here:
https://en.wikipedia.org/wiki/Stigler_diet.
Forked from ortools tutorial: https://developers.google.com/optimization/lp/stigler_diet
"""
from ortools.linear_solver import pywraplp
import pandas as pd
def main():