functions to access information about external codes used by SCIP
Functions | |
| SCIP_RETCODE | SCIPincludeExternalCodeInformation (SCIP *scip, const char *name, const char *description) |
| char ** | SCIPgetExternalCodeNames (SCIP *scip) |
| char ** | SCIPgetExternalCodeDescriptions (SCIP *scip) |
| int | SCIPgetNExternalCodes (SCIP *scip) |
| void | SCIPprintExternalCodes (SCIP *scip, FILE *file) |
| SCIP_RETCODE SCIPincludeExternalCodeInformation | ( | SCIP * | scip, |
| const char * | name, | ||
| const char * | description ) |
includes information about an external code linked into the SCIP library
| scip | SCIP data structure |
| name | name of external code |
| description | description of external code, or NULL |
Definition at line 769 of file scip_general.c.
References assert(), FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIPcheckStage, SCIPsetIncludeExternalCode(), and TRUE.
Referenced by includeConshdlrCountsols(), SCIPincludeNlpSolverConopt(), SCIPincludeNlpSolverFilterSQP(), SCIPincludeNlpSolverIpopt(), SCIPincludeNlpSolverWorhp(), SCIPincludePropSymmetry(), SCIPincludeReaderNl(), and SCIPincludeReaderZpl().
| char ** SCIPgetExternalCodeNames | ( | SCIP * | scip | ) |
| char ** SCIPgetExternalCodeDescriptions | ( | SCIP * | scip | ) |
| int SCIPgetNExternalCodes | ( | SCIP * | scip | ) |
| void SCIPprintExternalCodes | ( | SCIP * | scip, |
| FILE * | file ) |
prints information on external codes to a file stream via the message handler system
prints information on external libraries to a file stream via the message handler system
Definition at line 825 of file scip_general.c.
References i, NULL, SCIPinfoMessage(), and SCIPmessageFPrintInfo().
Referenced by fromAmpl(), processArguments(), processShellArguments(), and SCIPprocessShellArguments().