Releases: lanl-ansi/Alpine.jl
Releases · lanl-ansi/Alpine.jl
v0.2.2
Alpine v0.2.2
Closed issues:
- v0.2.1 (#160)
- ModelLike of type Alpine.Optimizer does not support accessing the attribute MathOptInterface.ResultCount() (#162)
- Exception while doing optimize ==> ErrorException("type Optimizer has no field objective_value") (#163)
- LoadError:
MOI.ScalarQuadraticFunction{Float64}
-in-MOI.GreaterThan{Float64}
constraints are not supported and cannot be bridged into supported constrained variables and constraints (#164)
Merged pull requests:
- MOI.ResultCount bug fix (#165) (@harshangrjn)
v0.2.1
v0.2.0
Alpine v0.2.0
Closed issues:
- arc consistency partitioning pruning scheme as an example extension for POD (#37)
- Generate convex relaxations for nonconvex MINLPs (#86)
- Error in convexification of monomials (#104)
- On variables chosen for partitioning (#121)
- Travis and Documeter Maintenance (#144)
- Compilation error (#146)
- bound propagation buggy (#147)
- Reenable test: Validation Test || PBT-AMP-TMC || basic solve || examples/nlp3.jl (#150)
- Reenable test: Validation Test || AMP-CONV-FACET || basic solve || examples/nlp1.jl (#151)
Merged pull requests:
v0.1.16
- Fixed CBC version to make it compatible
- Removed support for "Mini" Formulation for convex hulls
- Updated tests and removed a few
- Fixed a few bugs in testing
v0.1.15
v0.1.10
v0.1.10 (2019-09-14)
Closed issues:
Merged pull requests:
- misc_bug_fixes (#130) (harshangrjn)
- ExprEval_bug_fix (#129) (harshangrjn)
- NLobjective_bug (#124) (harshangrjn)
v0.1.9
Changelog updated [ci skip]
v0.1.8
- Bug fixes in solver recognition
- Updated Issue template and Readme.
- Rounding bug fixed for binaries
v0.1.7
Lifted variable bound bug fixed
Warning issue fixed
v0.1.6
Bug fix for accounting all extreme points in the bound evaluation.