From bedd22aa1600f96edd20c694fceafa1a830cd91b Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Mon, 23 Oct 2023 17:44:53 +0200 Subject: [PATCH] Fix doc --- c/include/prima/prima.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/include/prima/prima.h b/c/include/prima/prima.h index e7410f09cb..b9393cc123 100644 --- a/c/include/prima/prima.h +++ b/c/include/prima/prima.h @@ -146,10 +146,10 @@ int prima_init_options(prima_options * options); * on output, the solution * f : objective value (output) * nf : number of objective function calls (output) + * options : optimization options (see prima_options) * calcfc : function to minimize and constraints (see prima_objcon) * cstrv : constraint violation (output) * nlconstr : non-linear constraint values of size m_nlcon (output) - * xl, xu : x lower & upper bounds, of size n * * return : see prima_rc enum for return codes */