Skip to content

Commit

Permalink
update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Feb 28, 2020
1 parent b0e13a7 commit da9c8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BilevelOptimization"
uuid = "98803d92-2a2a-5e5c-9642-fb423c87776e"
authors = ["Mathieu Besançon <[email protected]>"]
version = "0.2.1"
version = "0.2.2"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ minflow = 3.

BilevelFlowProblem(init_cost,taxable_edges,capacities,tax_options, minflow)

(m, r, y, f, λ) = build_blp_model(bfp, with_optimizer(Cbc.Optimizer))
(m, r, y, f, λ) = build_blp_model(bfp, optimizer_with_attributes(Cbc.Optimizer, "LogLevel" => 0))
st = JuMP.optimize!(m)

# objective_value(m) ≈ 6.
Expand Down

0 comments on commit da9c8a1

Please sign in to comment.