scip_general.h
Go to the documentation of this file.
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
144 * @note The SCIP default message handler is installed. Use the method SCIPsetMessagehdlr() to install your own
145 * message handler or SCIPsetMessagehdlrLogfile() and SCIPsetMessagehdlrQuiet() to write into a log
148 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
162 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
201 * @note If limits have been changed between the solution and the call to this function, the status is recomputed and
204 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
228 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
248 /** returns whether the solution process is arithmetically exact, i.e., not subject to roundoff errors
259 /** returns whether the presolving process would be finished given no more presolving reductions are found in this
262 * Checks whether the number of presolving rounds is not exceeded and the presolving reductions found in the current
265 * @note if subsequent presolvers find more reductions, presolving might continue even if the method returns FALSE
266 * @note does not check whether infeasibility or unboundedness was already detected in presolving (which would result
353 /* In optimized mode, the function calls are overwritten by defines to reduce the number of function calls and
Definition: struct_scip.h:59
char ** SCIPgetExternalCodeDescriptions(SCIP *scip)
Definition: scip_general.c:735
void SCIPprintExternalCodes(SCIP *scip, FILE *file)
Definition: scip_general.c:760
type definitions for global SCIP settings
type definitions for return codes for SCIP methods
type definitions for problem statistics
type definitions for SCIP's main datastructure
SCIP main data structure.
datastructures for problem statistics
internal methods for main solving loop and node processing
SCIP_RETCODE SCIPincludeExternalCodeInformation(SCIP *scip, const char *name, const char *description)
Definition: scip_general.c:704
SCIP_Bool SCIPhasPerformedPresolve(SCIP *scip)
Definition: scip_general.c:665
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33
void SCIPprintBuildOptions(SCIP *scip, FILE *file)
Definition: scip_general.c:181
datastructures for global SCIP settings