Skip to content

v0.3.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 14 May 18:27
v0.3.0
952b966

(Breaking)

Updates to use JuMP v0.19 / MathOptInterface

  • norm(x) <= t --> [t, x...] in SecondOrderCone()
  • lowerbound, upperbound, and basename in @variable to lower_bound, upper_bound, and base_name, respectively.
  • setupperbound --> set_upper_bound
  • setlowerbound --> set_lower_bound