Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 23, 2023
1 parent cc79152 commit bedd22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/include/prima/prima.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit bedd22a

Please sign in to comment.