Skip to content

Commit

Permalink
clean up example
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Nov 29, 2024
1 parent 5cfd973 commit 29efe30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/bilevel/padm.example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ int main(int t_argc, const char** t_argv) {

const auto padm = PADM(decomposition, initial_penalties)
.with_default_sub_problem_spec(
ADM::SubProblem()
.with_optimizer(Gurobi().with_external_param(GRB_IntParam_NonConvex, 0))
ADM::SubProblem().with_optimizer(Gurobi())
)
.with_penalty_update(PenaltyUpdates::Multiplicative(2))
.with_rescaling_threshold(1e4)
Expand Down

0 comments on commit 29efe30

Please sign in to comment.