MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / distillation.py

File distillation.py

examples/distillation.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# model and solve the problem, first as an LP, then as a MIP
2#
3# minimize 8 TypeA + 10 TypeB
4# s. t. 2 TypeA + 2 TypeB >= 7: Product1

Callers

nothing calls this directly

Calls 15

HighsMethod · 0.80
addVariablesMethod · 0.80
addConstrsMethod · 0.80
setMinimizeMethod · 0.80
variableValueMethod · 0.80
variableDualMethod · 0.80
valsMethod · 0.80
allVariableValuesMethod · 0.80
allVariableNamesMethod · 0.80
constrValueMethod · 0.80
constrDualMethod · 0.80
constrValuesMethod · 0.80

Tested by

no test coverage detected