Home
last modified time | relevance | path

Searched refs:CPXERR_NULL_POINTER (Results 1 – 2 of 2) sorted by relevance

/dports/math/glpk/glpk-5.0/examples/cplex/
H A Dcplex.c281 { errcode = error(env, CPXERR_NULL_POINTER); in CPXaddcols()
371 { errcode = error(env, CPXERR_NULL_POINTER); in CPXaddrows()
505 { errcode = error(env, CPXERR_NULL_POINTER); in CPXchgbds()
569 { errcode = error(env, CPXERR_NULL_POINTER); in CPXchgcoeflist()
739 { errcode = error(env, CPXERR_NULL_POINTER); in CPXchgsense()
804 { errcode = CPXERR_NULL_POINTER; in CPXcloseCPLEX()
831 { errcode = error(env, CPXERR_NULL_POINTER); in CPXcopybase()
1141 { errcode = error(env, CPXERR_NULL_POINTER); in CPXdelsetrows()
1173 { errcode = error(env, CPXERR_NULL_POINTER); in CPXfreeprob()
1769 { errcode = error(env, CPXERR_NULL_POINTER); in CPXpivotin()
[all …]
H A Dcplex.h43 #define CPXERR_NULL_POINTER 1004 macro