From bf40f0ae7511cef20559a41dd8ede8e74765f6aa Mon Sep 17 00:00:00 2001 From: Chris C Date: Mon, 24 Sep 2018 20:03:27 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be8ae662d..186d27850 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Alfonso.jl -(under construction) unofficial Julia re-implementation of alfonso (ALgorithm FOr Non-Symmetric Optimization), originally by D. Papp and S. Yıldız: https://github.com/dpapp-github/alfonso +# Hypatia.jl -only works on Julia v0.7+ +Under construction. Only works on Julia v0.7+. + +An interior point solver for general convex conic optimization problems. An extension of methods in [CVXOPT](https://github.com/cvxopt/cvxopt/blob/master/src/python/coneprog.py) and [Alfonso](https://github.com/dpapp-github/alfonso).