ryanj commited on
Commit
7aea61f
β€’
1 Parent(s): 9223e5e

[feat] Change optimization equation to inline

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- <iframe src="https://drive.google.com/file/d/1j0bBRZkdc7Ce5KWawlwrV36lI0MsMLRf/preview" width="640" height="480" allow="autoplay"></iframe>
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=True)
450
 
451
 
452
 
 
426
  Pyomo is used to solve this optimization problem.
427
 
428
  This objective takes the form of something like,
429
+ ![alt text](objective.PNG)
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