We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874352c commit 66ad1ffCopy full SHA for 66ad1ff
pyomo/contrib/pynumero/src/AmplInterface.hpp
@@ -66,7 +66,7 @@ class PYNUMERO_ASL_EXPORT AmplInterface {
66
// get the initial values for x
67
void get_init_x(double *invec, int n);
68
69
- // get the initia values for the multipliers lambda
+ // get the initial values for the multipliers lambda
70
void get_init_multipliers(double *invec, int n);
71
72
// evaluate the objective function
0 commit comments