Skip to content

Commit

Permalink
add pxd
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 18, 2024
1 parent 64af932 commit 830f8a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions amplpy/ampl.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,10 @@ cdef extern from "ampl/ampl_c.h":

AMPL_ERRORINFO* AMPL_ParameterSetSomeArgsValues(AMPL* ampl, const char* name, size_t size, AMPL_TUPLE** index, AMPL_ARGS* args)

AMPL_ERRORINFO *AMPL_ParameterSetSomeStringValues(AMPL *ampl, const char *name, size_t size, AMPL_TUPLE **index, char **str_values)

AMPL_ERRORINFO *AMPL_ParameterSetSomeDoubleValues(AMPL *ampl, const char *name, size_t size, AMPL_TUPLE **index, double *dbl_values)

AMPL_ERRORINFO* AMPL_VariableGetValue(AMPL* ampl, const char* name, double* value)

AMPL_ERRORINFO* AMPL_VariableFix(AMPL* ampl, const char* name)
Expand Down

0 comments on commit 830f8a5

Please sign in to comment.