- Bugfix:
DualStatus
now correctly returnsMOI.NO_SOLUTION
PR #250 - Bugfix: fix setting default values for
MOI.TimeLimitSec
PR #261 - Bugfix: FPump failed if
MOI.ScalarNonlinearFunction
s were present PR #264
- Updated to JuMP v1.0
- Updated to MathOptInterface v1.0
- Updated to MathOptInterface v0.10
- Bugfix
set_subsolver_option!
nothing should be returned ifsubsolver_name
doesn't match PR #214
- Removed JuMP dependency PR #207 by blegat
- Bugfix: FPump failed for an optimizer without attributes Issue #201
- Use of
JUNIPER_RNG
for random numbers. Makes sure thatrand
outside of Juniper is unaffected. - Option to set the random seed with the option
seed
. - Bugfix: Generating the real nlp in the feasibility pump failed when there was no objective. Issue #195
- Bugfix:
registered_functions
failed in feasibility pump Issue #189
- Bugfix:
@NLexpression
failed in feasibility pump Issue #184
- Bugfix: Use feasibility pump by default if MIP solver is used #183
- Support for JuMP v0.21.0
- Documentation and useful error message for user defined functions
- Ability to set incumbent as
start_value
- Support for NumberOfTreads & ResultCount
- Support for Interval constraints #168
- bugfix: dereferencing when dereferencing twice (i.e.
@NLexpression
)
- Changed option
strong_branching_approx_time_limit
tostrong_branching_time_limit
- Default is still 100s
- Upgraded to MOI 0.9.1 and JuMP v0.20.0
- Implementation of
TimeLimitSec
,Silent
&RawParameter
- Implementation of
- Bugfix: No bounds on binary variables in Feasibility pump #143
- Bugfix: Feasibility pump if no objective in problem #145
- Ability to not accept
almost
MOI solver status codes in tree search - Better handling of MOI solver status codes internally
- Bugfix: Don't call objective value if sub problem not solved #130
- Return ALMOST_LOCALLY_SOLVED if corresponding relaxation is only almost solved
- Support for user defined functions see issue #118
- MPB -> MOI
- JuMP 0.19
- Dropped support for Julia versions < 1.0
- removes support for Julia < v1
- bugfix in init_strong_restart
- bugfix in mip_gap if objval=0
- bugfix if gap was 0 in table printing
- support for primal start values
- add linear constraints using @constraint in root model
- in BFS mode use the highest depth if several nodes have the same objective
- Remove Julia version upper bound
- Again support for
mu_init
in Ipopt
- Add support for Julia v1.0
- Add support for Julia v0.6 and v0.7
- Bugfix: Reset of
mu_init
in Ipopt options to have the defaultmu_init
ifsolve
is called again - Bugfix: Break on time limit in relaxation, fpump and strong branching
- Bugfix: Infeasible in Reliability branching
- Strong branching:
- Change bounds even if no restart
- branch on best variable with two children
- Freemodel for commerical nlp solvers with license restrictions
- More convenient parallel options
processors = 2
now uses 2 processors for solving nodes and one thread for supervision
- Traverse options (BFS,DFS,DBFS)
- Branch options (Strong, Reliable, Pseudo, MostInfeasible)
- Parallel solving of nodes
- Basic feasibility pump