Open Issues Need Help
View All on GitHub [BUG] Fix naming issue with mip and lp solver settings about 2 months ago
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
265
NVIDIA cuOpt is an open-source GPU-accelerated optimization engine delivering near real-time solutions for complex decision-making challenges.
Cuda