Skip to content

Releases: lanl-ansi/MathProgIncidence.jl

v0.3.0

28 Jul 19:07

Choose a tag to compare

New features

  • block_triangularize method to get the ordered partition of a well-constrained system in block-lower triangular form
  • Methods to call maximum_matching, connected_components, dulmage_mendelsohn, and block_triangularize on matrices and JuMP models (in addition to IncidenceGraphInterface)

v0.2.0

19 Nov 21:14
fcb6a39

Choose a tag to compare

Version 0.2.0

  • Removes minor version requirements for e.g. JuMP in Project.toml. These requirements were probably too restrictive; now we can freely update JuMP while using MathProgIncidence
  • Adds support for MOI.ScalarNonlinearFunction

@JuliaRegistrator register branch=main

v0.1.1

16 Aug 23:25
793e3ab

Choose a tag to compare

Initial version released to Julia general package registry.