chiark / gitweb /
remove obsolete TODO
[nlopt.git] / TODO
diff --git a/TODO b/TODO
index 1ec38fc8f96170617c3805082ea440cfb25ba3ea..d08ad4a3170e712894ab6d8143892a03ae2a2c55 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,9 +3,3 @@ Python interface.
 SLSQP routine from scipy.
 
 Add nonlinearly constrained multistart algorithm.
-
-More object-based interface, e.g. nlopt_create(dimensions, function,
-algorithm), then nlopt_add_constraint(....) etcetera?  This would be
-more scalable and backwards compatible, so that I could add new
-features re-entrantly without breaking backwards compatibility or
-making the arargument list increasingly unwieldy.