Spaces:
Runtime error
Runtime error
[feat] Change optimization equation to inline
Browse files
app.py
CHANGED
@@ -426,7 +426,7 @@ Each outfit clause has value 1 iff every article of clothing is used in the solu
|
|
426 |
Pyomo is used to solve this optimization problem.
|
427 |
|
428 |
This objective takes the form of something like,
|
429 |
-
|
430 |
|
431 |
Hart, William E., Carl Laird, Jean-Paul Watson, David L. Woodruff, Gabriel A. Hackebeil, Bethany L. Nicholson, and John D. Siirola. Pyomo β Optimization Modeling in Python. Springer, 2017.
|
432 |
|
@@ -446,7 +446,7 @@ Hence it's important to look at the outfits images under possible outfits for a
|
|
446 |
|
447 |
|
448 |
|
449 |
-
demo.launch(debug=
|
450 |
|
451 |
|
452 |
|
|
|
426 |
Pyomo is used to solve this optimization problem.
|
427 |
|
428 |
This objective takes the form of something like,
|
429 |
+

|
430 |
|
431 |
Hart, William E., Carl Laird, Jean-Paul Watson, David L. Woodruff, Gabriel A. Hackebeil, Bethany L. Nicholson, and John D. Siirola. Pyomo β Optimization Modeling in Python. Springer, 2017.
|
432 |
|
|
|
446 |
|
447 |
|
448 |
|
449 |
+
demo.launch(debug=False)
|
450 |
|
451 |
|
452 |
|