Parametron.jl Versions Save

Efficiently solving instances of a parameterized family of (possibly mixed-integer) linear/quadratic optimization problems in Julia

v0.9.1

4 years ago

Fix vecdot issue with new StaticArrays versions.

v0.9.0

5 years ago

Fully switch to Project.toml setup.

v0.8.0

5 years ago

Upgrade to MathOptInterface 0.8.x.

v0.7.0

5 years ago
  • Fix SVector * Number optimization
  • Add prune_zero and prune_zero!

v0.6.0

5 years ago
  • Recognize constant constraint functions, skip update step for such constraints
  • Add support for quadratic constraints
  • Add support for function * vector

v0.5.0

5 years ago

Update to MathOptInterface 0.6 (#91).

v0.4.0

5 years ago
  • add basic Documenter documentation (#87)
  • add canonicalize / canonicalize! (#86)
  • extend dot to higher-dimensional arrays (#85, thanks @timholy)
  • switch from MockModel() (which produced an object of a type completely separate from Model) to mock_model() (which produces a Model with an MOIU.MockOptimizer as the optimizer)

v0.3.0

5 years ago
  • drop support for Julia 0.6 (#82)
  • treat Model as a scalar in broadcast calls (#79, thanks @timholy)
  • add Parameter(model, val=X) syntax (#84, fixes #67)

v0.2.0

5 years ago

Add support for Julia 1.0 and MathOptInterface 0.5.

Mixed-integer support is not tested on Julia 1.0 on this version due to the current lack of a 1.0-compatible release of a MathOptInterface-supported mixed-integer solver. This should be resolved by https://github.com/JuliaLang/METADATA.jl/pull/17884 and a new GLPK tag.

v0.1.0

5 years ago

Initial release.