From c4aa0802564b4bebfad437cd767d21df3db417ad Mon Sep 17 00:00:00 2001 From: Burcin Bozkaya Date: Mon, 9 Jun 2025 18:10:07 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ca1e3aef2..adcd18cd97 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ The core engine is written in C++ and wrapped with a C API, Python API and Serve For the latest stable version ensure you are on the `main` branch. +This repo is also hosted as a [COIN-OR](http://github.com/coin-or/cuopt/) project. + ## Supported APIs cuOpt supports the following APIs: From 08a20829b31076507947fc25253be098f0040194 Mon Sep 17 00:00:00 2001 From: Burcin Bozkaya Date: Tue, 10 Jun 2025 09:24:16 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adcd18cd97..71daf44bb4 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ The core engine is written in C++ and wrapped with a C API, Python API and Serve For the latest stable version ensure you are on the `main` branch. -This repo is also hosted as a [COIN-OR](http://github.com/coin-or/cuopt/) project. - ## Supported APIs cuOpt supports the following APIs: @@ -28,6 +26,8 @@ cuOpt supports the following APIs: - Linear Programming (LP) - Mixed Integer Linear Programming (MILP) - Routing (TSP, VRP, and PDP) + +This repo is also hosted as a [COIN-OR](http://github.com/coin-or/cuopt/) project. ## Installation