Skip to content

Commit

Permalink
fixes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Oct 20, 2023
1 parent 93bc02e commit 72b6b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ installs it in a local folder. It's really a mater of seconds before you can sta
model.add_ctr(idol_Sum(j, Range(n_items), weight[j] * x[j]) <= capacity);
model.set_obj_expr(idol_Sum(j, Range(n_items), -profits[j] * x[j]);
model.set_obj_expr(idol_Sum(j, Range(n_items), -profit[j] * x[j]);
model.use(Gurobi());
Expand Down

0 comments on commit 72b6b3b

Please sign in to comment.