Skip to content

Releases: joaquimg/BilevelJuMP.jl

v0.3.1

19 Sep 00:34
faf945b
Compare
Choose a tag to compare

BilevelJuMP v0.3.1

Diff since v0.3.0

Closed issues:

  • Refuse s2->s1) (#81)

Merged pull requests:

v0.3.0

04 Sep 00:33
9302314
Compare
Choose a tag to compare

BilevelJuMP v0.3.0

Diff since v0.2.0

Closed issues:

  • Check lower level objective sense (#62)
  • support value(::GenericAffExpr{Float64, BilevelJuMP.BilevelVariableRef}) (#70)
  • Set solver attribute (#71)
  • Error using value with expressions (appeared with new release) (#72)
  • MathOptInterface.Bridges.LazyBridgeOptimizer{Ipopt.Optimizer} does not support copy with names (#73)
  • FortunyAmatMcCarlMode : primal/dual_big_M not implemented (#74)
  • Simple fix: get_optimizer_attribute (#80)

Merged pull requests:

v0.2.0

21 Jul 00:24
Compare
Choose a tag to compare

BilevelJuMP v0.2.0

Diff since v0.1.0

Closed issues:

  • Fortuny-Amat method with Primal and Dual bounds (#2)
  • Use LP strong duality instead of Complementary Slackness (#3)
  • Allow Vector constraints (#5)
  • Allow bounds on variables (SingleVariable function) (#6)
  • Model complementarity with indicator constraints (#9)
  • Improve model printing (#22)
  • Query duals (#24)
  • Query constraint primal (#41)
  • Allow setting exogenous bounds for lower level variables (#44)
  • Fix problems for Ipopt update (#56)
  • Implement SOS1 for vector valued constraints (#58)
  • Implement (get) JuMP.normalized_rhs (#63)
  • Pass optimizer (#64)
  • Get atributes (#65)
  • Bug in using set_start_value (#67)

Merged pull requests:

v0.1.0

08 May 00:09
64be3f0
Compare
Choose a tag to compare

BilevelJuMP v0.1.0

Closed issues:

  • Allow quadratic constraints in the upper level (#10)
  • Rename variable constructors (#13)
  • Add tests with problems where upper variables are not in lower and vice-versa (#14)
  • Change formulations dispatch (#15)
  • Add quadratic objective to lower level (#17)
  • Represent Duals of lower on upper (#21)
  • Start value for variables (#28)
  • Plug QuadraticToBinary here (#37)
  • Query lower level objective (#40)
  • Improve README (#43)

Merged pull requests: