scip_general.h
Go to the documentation of this file.
38 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
153 * @note The SCIP default message handler is installed. Use the method SCIPsetMessagehdlr() to install your own
154 * message handler or SCIPsetMessagehdlrLogfile() and SCIPsetMessagehdlrQuiet() to write into a log
157 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
171 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
210 * @note If limits have been changed between the solution and the call to this function, the status is recomputed and
213 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
237 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
257 /** returns whether the solution process is arithmetically exact, i.e., not subject to roundoff errors
268 /** returns whether the presolving process would be finished given no more presolving reductions are found in this
271 * Checks whether the number of presolving rounds is not exceeded and the presolving reductions found in the current
274 * @note if subsequent presolvers find more reductions, presolving might continue even if the method returns FALSE
275 * @note does not check whether infeasibility or unboundedness was already detected in presolving (which would result
362 /* In optimized mode, the function calls are overwritten by defines to reduce the number of function calls and
Definition: struct_scip.h:68
char ** SCIPgetExternalCodeDescriptions(SCIP *scip)
Definition: scip_general.c:744
void SCIPprintExternalCodes(SCIP *scip, FILE *file)
Definition: scip_general.c:769
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:713
SCIP_Bool SCIPhasPerformedPresolve(SCIP *scip)
Definition: scip_general.c:674
common defines and data types used in all packages of SCIP
Definition: objbenders.h:43
void SCIPprintBuildOptions(SCIP *scip, FILE *file)
Definition: scip_general.c:190
datastructures for global SCIP settings