From 923bdf1ae54217a7b1d5314d61b051546f78f043 Mon Sep 17 00:00:00 2001 From: mtanneau Date: Fri, 9 Jan 2026 23:04:08 -0500 Subject: [PATCH 1/2] Fix typo in QP problem instantiation Signed-off-by: mtanneau --- docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c b/docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c index 01b4a89f6..185a32fa3 100644 --- a/docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c +++ b/docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c @@ -130,7 +130,6 @@ cuopt_int_t test_simple_qp() constraint_rhs, var_lower_bounds, var_upper_bounds, - variable_types, &problem); if (status != CUOPT_SUCCESS) { printf("Error creating problem: %d\n", status); From 740b2212e5b11f74a6e1be64aecb4fc8210d276f Mon Sep 17 00:00:00 2001 From: Ramakrishnap <42624703+rgsl888prabhu@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:11:36 -0600 Subject: [PATCH 2/2] Update simple_qp_example.c --- docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c b/docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c index 185a32fa3..c88890115 100644 --- a/docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c +++ b/docs/cuopt/source/cuopt-c/lp-milp/examples/simple_qp_example.c @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. + * SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ /*