From fe719c5dff9a1a752d938c83408f47eb02a945da Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 3 Jan 2019 22:00:20 -0600 Subject: [PATCH] Mention relaxation in NEWS (#1726) * Mention relaxation in NEWS * Update NEWS.md --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1733aa53cbc..2eb24e33a6d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -153,6 +153,9 @@ release (0.19.x or later): `objective`, `coefficients`, and `inconstraints` keyword arguments). Support for column generation will be re-introduced in a future release. +- The ability to solve the continuous relaxation (i.e. via + `solve(model; relaxation = true)`) is not yet reimplemented ([issue](https://github.com/JuliaOpt/JuMP.jl/issues/1611)). + Version 0.18.5 (December 1, 2018) ---------------------------------