Home
last modified time | relevance | path

Searched refs:ERROR__ILLEGAL_RETURN_CODE (Results 1 – 3 of 3) sorted by relevance

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_constants.h24 #define ERROR__ILLEGAL_RETURN_CODE -102 macro
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/TreeManager/
H A Dtm_func.c446 case ERROR__ILLEGAL_RETURN_CODE:
2743 case ERROR__ILLEGAL_RETURN_CODE:
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_wrapper.c294 return(ERROR__ILLEGAL_RETURN_CODE); in create_subproblem_u()