NVIDIA cuOpt is an open-source GPU-accelerated optimization engine delivering near real-time solutions for complex decision-making challenges.

1 Open Issue Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to resolve a naming inconsistency between the cuOpt thin client and the SDK for solver settings related to Mixed Integer Programming (MIP) and Linear Programming (LP). Specifically, parameter names like `relative_mip_gap` in the thin client need to be updated to match the SDK's naming convention (`mip_relative_gap`). This involves modifying the `thin_client_solver_settings.py` file to align the parameter names.

Complexity: 3/5
bug good first issue

NVIDIA cuOpt is an open-source GPU-accelerated optimization engine delivering near real-time solutions for complex decision-making challenges.

Cuda