From d0b9707d6882cabc85db6ec2aa1f1dc6fcab45e4 Mon Sep 17 00:00:00 2001 From: jinningwang <“jinningwang@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:57:03 -0400 Subject: [PATCH] Bug fix --- projects.yaml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/projects.yaml b/projects.yaml index 6e15ec2..93180f9 100644 --- a/projects.yaml +++ b/projects.yaml @@ -343,16 +343,16 @@ projects: description: Julia interface for EasySimAuto and PowerWorld # --- Optimizer --- -- name: AMPLPY - category: ops - labels: ["python"] - github_id: ampl/amplpy - pypi_id: amplpy - conda_id: amplpy - homepage: https://ampl.com/ - docs_url: https://amplpy.readthedocs.io/en/latest/ - license: BSD-3 - description: Python API for AMPL + - name: AMPLPY + category: ops + labels: ["python"] + github_id: ampl/amplpy + pypi_id: amplpy + conda_id: amplpy + homepage: https://ampl.com/ + docs_url: https://amplpy.readthedocs.io/en/latest/ + license: BSD-3 + description: Python API for AMPL - name: Ipopt category: ops labels: ["python"] @@ -373,16 +373,16 @@ projects: docs_url: https://ergo-code.github.io/HiGHS/ license: MIT description: Large-scale Sparse Linear Problem Optimizer -- name: PySCIPOpt - category: ops - labels: ["python"] - github_id: scipopt/PySCIPOpt - pypi_id: PySCIPOpt - conda_id: pyscipopt - homepage: https://www.scipopt.org/ - docs_url: https://scipopt.github.io/PySCIPOpt/docs/html/ - license: MIT - description: Python interface for SCIP + - name: PySCIPOpt + category: ops + labels: ["python"] + github_id: scipopt/PySCIPOpt + pypi_id: PySCIPOpt + conda_id: pyscipopt + homepage: https://www.scipopt.org/ + docs_url: https://scipopt.github.io/PySCIPOpt/docs/html/ + license: MIT + description: Python interface for SCIP # --- Optimization Language --- - name: CVXOPT