scip_exact.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
58 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
70/** returns whether the solution process is arithmetically exact, i.e., not subject to roundoff errors
81 * @return Returns TRUE if \SCIP is not in exact solving mode or aggregation is allowed to use negative slack
93/** branches on an LP solution exactly; does not call branching rules, since fractionalities are assumed to small;
96 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
112 * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPbranchLPExact(SCIP *scip, SCIP_RESULT *result)
Definition: scip_exact.c:235
SCIP_RETCODE SCIPaddRowExact(SCIP *scip, SCIP_ROWEXACT *rowexact)
Definition: scip_exact.c:257
SCIP_RETCODE SCIPenableExactSolving(SCIP *scip, SCIP_Bool enable)
Definition: scip_exact.c:151
Definition: multiprecision.hpp:66
Definition: struct_lpexact.h:187
Definition: struct_scip.h:72
type definitions for constraints and constraint handlers
type definitions for cuts
type definitions for primal heuristics
type definitions for exact LP management
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
type definitions for storing primal CIP solutions
type definitions for problem variables