Releases: lanl-ansi/Juniper.jl
Releases · lanl-ansi/Juniper.jl
v0.2.5
- add linear constraints using @constraint in root model
- in BFS mode use the highest depth if several nodes have the same objective
v0.2.4
Removed version upper bound to add support for Julia v1.1.
v0.2.3
Restored support for mu_init
when using Ipopt.
v0.2.2
Add support for Julia v1.0.
v0.2.1
Add support for Julia v0.7.
v0.2.0
- Bugfixes in reliable branching
- Bugfix to make it deterministic
- more reasonable strong branching without restart
- improved breaking on short time limits
Breaking: No support for Julia v0.5
v0.1.1
- Freemodel for commerical nlp solvers with restrictions
- More convenient parallel option
v0.1.0
Initial release of a JuMP-based nonlinear integer program solver.