scip_general.h
Go to the documentation of this file.
38/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
155 * @note The SCIP default message handler is installed. Use the method SCIPsetMessagehdlr() to install your own
156 * message handler or SCIPsetMessagehdlrLogfile() and SCIPsetMessagehdlrQuiet() to write into a log
159 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
173 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
212 * @note If limits have been changed between the solution and the call to this function, the status is recomputed and
215 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
245 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
265/** returns whether the presolving process would be finished given no more presolving reductions are found in this
268 * Checks whether the number of presolving rounds is not exceeded and the presolving reductions found in the current
271 * @note if subsequent presolvers find more reductions, presolving might continue even if the method returns FALSE
272 * @note does not check whether infeasibility or unboundedness was already detected in presolving (which would result
359/* In optimized mode, the function calls are overwritten by defines to reduce the number of function calls and
common defines and data types used in all packages of SCIP
SCIP_Bool SCIPhasPerformedPresolve(SCIP *scip)
Definition: scip_general.c:730
void SCIPprintBuildOptions(SCIP *scip, FILE *file)
Definition: scip_general.c:201
char ** SCIPgetExternalCodeDescriptions(SCIP *scip)
Definition: scip_general.c:800
SCIP_RETCODE SCIPincludeExternalCodeInformation(SCIP *scip, const char *name, const char *description)
Definition: scip_general.c:769
void SCIPprintExternalCodes(SCIP *scip, FILE *file)
Definition: scip_general.c:825
Definition: multiprecision.hpp:66
internal methods for main solving loop and node processing
Definition: struct_scip.h:72
SCIP main data structure.
datastructures for global SCIP settings
datastructures for problem statistics
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
type definitions for global SCIP settings
type definitions for problem statistics