Skip to content

v0.7.3

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 07 Nov 22:52
· 179 commits to master since this release
v0.7.3
c493c49

v0.7.3 (2019-11-05)

Diff since v0.7.2

Closed issues:

  • Discrepancy between JuMP's getobjectivevalue and OBJ in Gurobi's Log (#263)
  • ERROR: Failed to create environment (error 10023) (#260)
  • Gurobi.GurobiError(10020, "Q matrix is not positive semi-definite (PSD)") (#255)
  • My licence in Gurobi expired, I updated the licence, but it didn't help (#254)
  • Remove x ≈ bnd checks when querying ConstraintDual for SingleVariable constraints (#250)
  • Duplicate variable names (#249)
  • Query Gurobi attributes from JuMP model (#246)
  • Setting FEASIBILITY_SENSE should remove objective (#244)
  • Fix ObjectiveFunction in ListOfAttributesSet (#242)
  • Setting GRB\_UNDEFINED start values (#241)
  • Update to version v0.7.0 downgrades JuMP to v0.18.6 (#232)
  • Add support for VectorOfVariables-in-SecondOrderCone (#212)
  • [MOI] Set Gurobi-specific attributes (#211)

Merged pull requests:

  • Add upper bound on OrderedCollections (#267) (blegat)
  • Bump version (#259) (odow)
  • Handle GRB_UNDEFINED start values (#257) (odow)
  • Fixes for handling ObjectiveFunctionType (#256) (odow)
  • Use tolerance for SingleVariable dual checks (#252) (odow)
  • Fix handling of duplicate names (#251) (odow)
  • Discuss Gurobi-specific attributes (#248) (odow)
  • MOI.get() and MOI.set() for model attributes (#247) (fa-bien)
  • MOI.get() and MOI.set() for variable attributes (#245) (fa-bien)
  • MOI.set() and MOI.get() for constraint attributes (#243) (fa-bien)
  • Add VectorOfVariables-in-SecondOrderCone (#231) (odow)