From 3ee4bec05d2ee339debcca5bc08b9a244116b7e5 Mon Sep 17 00:00:00 2001 From: Chris Maes Date: Thu, 29 May 2025 16:02:32 -0700 Subject: [PATCH 1/2] Update README.md Minor grammatical fixes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39d45e4af9..de9bddb214 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ NVIDIA® cuOpt™ is a GPU-accelerated optimization engine that excels in mixed integer linear programming (MILP), linear programming (LP), and vehicle routing problems (VRP). It enables near real-time solutions for large-scale challenges with millions of variables and constraints, offering easy integration into existing solvers and seamless deployment across hybrid and multi-cloud environments. -Core engine is written in C++ which is wrapped into C API, Python API and Server API. +The core engine is written in C++ and wrap with a C API, Python API and Server API. For the latest stable version ensure you are on the `main` branch. @@ -106,4 +106,4 @@ Review the [CONTRIBUTING.md](CONTRIBUTING.md) file for information on how to con - [cuopt (Server) documentation](https://docs.nvidia.com/cuopt/user-guide/latest/cuopt-server/index.html) - [Examples and Notebooks](https://github.com/NVIDIA/cuopt-examples) - [Test cuopt with NVIDIA Launchable](https://brev.nvidia.com/launchable/deploy?launchableID=env-2qIG6yjGKDtdMSjXHcuZX12mDNJ): Examples notebooks are pulled and hosted on [NVIDIA Launchable](https://docs.nvidia.com/brev/latest/). -- [Test cuopt on Google Colab](https://colab.research.google.com/github/nvidia/cuopt-examples/): Examples notebooks can be opened in Google Colab. Please note that you need to choose a `Runtime` as `GPU` in order to run the notebooks. \ No newline at end of file +- [Test cuopt on Google Colab](https://colab.research.google.com/github/nvidia/cuopt-examples/): Examples notebooks can be opened in Google Colab. Please note that you need to choose a `Runtime` as `GPU` in order to run the notebooks. From b4b513c5c6987ef46fe2a669dd35342460291b3f Mon Sep 17 00:00:00 2001 From: Chris Maes Date: Thu, 29 May 2025 16:04:31 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de9bddb214..0ac2383849 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ NVIDIA® cuOpt™ is a GPU-accelerated optimization engine that excels in mixed integer linear programming (MILP), linear programming (LP), and vehicle routing problems (VRP). It enables near real-time solutions for large-scale challenges with millions of variables and constraints, offering easy integration into existing solvers and seamless deployment across hybrid and multi-cloud environments. -The core engine is written in C++ and wrap with a C API, Python API and Server API. +The core engine is written in C++ and wrapped with a C API, Python API and Server API. For the latest stable version ensure you are on the `main` branch.