Skip to content

Commit

Permalink
Remove mention to Gurobi 11
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Dec 11, 2024
1 parent d3e19a5 commit 6708b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/global_optimization/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def main():
per_cycle = st.slider("Max ornaments per cycle 👇", 1, 3, 2)

solvers = [
"Gurobi 11 🚀 (with global=1)",
"Gurobi 🚀",
"SCIP",
"LGO",
"Octeract",
Expand Down

0 comments on commit 6708b44

Please sign in to comment.