Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Oct 10, 2018
1 parent 0ffae2c commit 3052ada
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
Expand Up @@ -60,13 +60,28 @@ Breaking changes:
- The `norm()` syntax is no longer recognized inside macros. Use the
`SecondOrderCone()` set instead. (TODO: This syntax is undocumented.)

- JuMP no longer performs automatic transformation between special quadratic
forms and second-order cone constraints is no longer. Support for these

This comment has been minimized.

Copy link
@blegat

blegat Oct 10, 2018

Member

Duplicate " is no longer"

constraint classes depends on the solver.

New features:

- Support for deleting constraints and variables.

- The documentation has been completely rewritten using docstrings and
Documenter.

- Support for modeling mixed conic and quadratic models (e.g., conic models
with quadratic objectives and bi-linear matrix inequalities).

- Significantly improved support for modeling new types of constraints and for
extending JuMP's macros.

- Support for providing dual warm starts.

- Improved support for accessing solver-specific attributes (e.g., the
irreducible inconsistent subsystem).

- Explicit control of whether symmetry-enforcing constraints are added to PSD
PSD constraints (TODO: This is undocumented.)

Expand Down

0 comments on commit 3052ada

Please sign in to comment.