Skip to content

Commit

Permalink
Add objective target in bnb options
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Löfberg committed Jun 13, 2024
1 parent 4fd9b71 commit 06f58fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras/sdpsettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@
bnb.solver = '';
bnb.maxiter = inf;
bnb.maxtime = 3600;
bnb.target = -inf;
bnb.lowertarget = inf;
bnb.inttol = 1e-6;
bnb.feastol = 1e-6;
bnb.gaptol = 1e-6;
Expand Down

0 comments on commit 06f58fc

Please sign in to comment.