scip_general.h
Go to the documentation of this file.
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
149 * @note The SCIP default message handler is installed. Use the method SCIPsetMessagehdlr() to install your own
150 * message handler or SCIPsetMessagehdlrLogfile() and SCIPsetMessagehdlrQuiet() to write into a log
153 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
167 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
206 * @note If limits have been changed between the solution and the call to this function, the status is recomputed and
209 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
233 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
253 /** returns whether the solution process is arithmetically exact, i.e., not subject to roundoff errors
264 /** returns whether the presolving process would be finished given no more presolving reductions are found in this
267 * Checks whether the number of presolving rounds is not exceeded and the presolving reductions found in the current
270 * @note if subsequent presolvers find more reductions, presolving might continue even if the method returns FALSE
271 * @note does not check whether infeasibility or unboundedness was already detected in presolving (which would result
358 /* In optimized mode, the function calls are overwritten by defines to reduce the number of function calls and
internal methods for branch and bound tree
Definition: struct_scip.h:58
char ** SCIPgetExternalCodeDescriptions(SCIP *scip)
Definition: scip_general.c:780
void SCIPprintExternalCodes(SCIP *scip, FILE *file)
Definition: scip_general.c:805
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
internal miscellaneous methods
internal methods for global SCIP settings
SCIP main data structure.
internal methods for problem variables
methods for debugging
datastructures for problem statistics
internal methods for main solving loop and node processing
internal methods for constraints and constraint handlers
SCIP_RETCODE SCIPincludeExternalCodeInformation(SCIP *scip, const char *name, const char *description)
Definition: scip_general.c:749
SCIP_Bool SCIPhasPerformedPresolve(SCIP *scip)
Definition: scip_general.c:710
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:237