|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_cons.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
86 SCIP_DECL_CONSSEPASOL ((*conssepasol)), /**< separate cutting planes for arbitrary primal solution */
87 int sepafreq, /**< frequency for separating cuts; zero means to separate only in the root node */
92 /** sets both the propagation callback and the propagation frequency of the constraint handler */
97 int propfreq, /**< frequency for propagating domains; zero means only preprocessing propagation */
98 SCIP_Bool delayprop, /**< should propagation method be delayed, if other propagators found reductions? */
99 SCIP_PROPTIMING timingmask /**< positions in the node solving loop where propagators should be executed */
102 /** gets array with constraints of constraint handler; the first SCIPconshdlrGetNActiveConss() entries are the active
103 * constraints, the last SCIPconshdlrGetNConss() - SCIPconshdlrGetNActiveConss() constraints are deactivated
105 * @note A constraint is active if it is global and was not removed or it was added locally (in that case the local
145 * @note A constraint is active if it is global and was not removed or it was added locally (in that case the local
195 /** gets time in seconds used for propagation in this constraint handler during strong branching */
285 /** gets maximum number of active constraints of constraint handler existing at the same time */
321 /** gets number of holes added to domains of variables in presolving method of constraint handler */
357 /** gets number of times the presolving method of the constraint handler was called and tried to find reductions */
393 /** gets frequency of constraint handler for eager evaluations in separation, propagation and enforcement */
510 /** for an active constraint, returns the depth in the tree at which the constraint was activated */
516 /** returns the depth in the tree at which the constraint is valid; returns INT_MAX, if the constraint is local
626 /** returns TRUE iff constraint's relaxation should be removed from the LP due to aging or cleanup */
632 /** returns TRUE iff constraint's relaxation should be removed from the LP due to aging or cleanup */
668 /** returns TRUE iff roundings for variables in constraint or in constraint's negation are locked */
699 /** gets number of locks against upgrading the constraint, 0 means this constraint can be upgraded */
707 /* In optimized mode, the function calls are overwritten by defines to reduce the number of function calls and
721 #define SCIPconsIsActive(cons) ((cons)->updateactivate || ((cons)->active && !(cons)->updatedeactivate))
722 #define SCIPconsIsEnabled(cons) ((cons)->updateenable || ((cons)->enabled && !(cons)->updatedisable))
724 (SCIPconsIsEnabled(cons) && ((cons)->updatesepaenable || ((cons)->sepaenabled && !(cons)->updatesepadisable)))
726 (SCIPconsIsEnabled(cons) && ((cons)->updatepropenable || ((cons)->propenabled && !(cons)->updatepropdisable)))
int SCIPconshdlrGetNCheckConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4259 int SCIPconshdlrGetNEnfoConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4249 SCIP_Longint SCIPconshdlrGetNEnfoLPCalls(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4412 SCIP_Bool SCIPconsIsMarkedPropagate(SCIP_CONS *cons) Definition: cons.c:7746 SCIP_Bool SCIPconshdlrWasPresolvingDelayed(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4812 SCIP_Real SCIPconshdlrGetStrongBranchPropTime(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4372 type definitions for miscellaneous datastructures SCIP_PROPTIMING SCIPconshdlrGetPropTimingmask(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4842 int SCIPconshdlrGetNUpgdConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4632 int SCIPconshdlrGetNActiveConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4273 void SCIPconshdlrSetData(SCIP_CONSHDLR *conshdlr, SCIP_CONSHDLRDATA *conshdlrdata) Definition: cons.c:3903 SCIP_Longint SCIPconshdlrGetNPropCalls(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4432 SCIP_Real SCIPconshdlrGetPropTime(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4362 SCIP_Real SCIPconshdlrGetRespropTime(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4392 datastructures for constraints and constraint handlers SCIP_Bool SCIPconshdlrNeedsCons(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4732 SCIP_Bool SCIPconshdlrIsClonable(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4832 SCIP_Longint SCIPconshdlrGetNCutsFound(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4472 SCIP_Bool SCIPconshdlrIsPropagationDelayed(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4762 int SCIPconshdlrGetEnfoPriority(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4682 int SCIPconshdlrGetNChgCoefs(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4642 void SCIPconshdlrSetProp(SCIP_CONSHDLR *conshdlr, SCIP_DECL_CONSPROP((*consprop)), int propfreq, SCIP_Bool delayprop, SCIP_PROPTIMING timingmask) Definition: cons.c:3935 int SCIPconshdlrGetSepaPriority(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4672 int SCIPconshdlrGetCheckPriority(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4692 int SCIPconshdlrGetNEnabledConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4283 SCIP_Bool SCIPconshdlrIsSeparationDelayed(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4752 SCIP_Bool SCIPconshdlrWasLPSeparationDelayed(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4782 SCIP_Real SCIPconshdlrGetSetupTime(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4312 int SCIPconshdlrGetMaxNActiveConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4542 int SCIPconshdlrGetNAddConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4622 SCIP_Bool SCIPconshdlrIsPresolvingDelayed(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4772 Definition: struct_cons.h:36 SCIP_Real SCIPconshdlrGetSepaTime(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4332 void SCIPconsAddUpgradeLocks(SCIP_CONS *cons, int nlocks) Definition: cons.c:7916 Definition: struct_cons.h:116 int SCIPconshdlrGetStartNActiveConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4552 SCIP_Real SCIPconshdlrGetEnfoLPTime(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4342 SCIP_Longint SCIPconshdlrGetNCheckCalls(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4442 SCIP_Real SCIPconshdlrGetCheckTime(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4382 int SCIPconshdlrGetEagerFreq(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4722 int SCIPconshdlrGetNAggrVars(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4572 SCIP_Bool SCIPconshdlrWasPropagationDelayed(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4802 SCIP_CONS ** SCIPconshdlrGetEnfoConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4219 SCIP_Real SCIPconshdlrGetPresolTime(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4322 int SCIPconshdlrGetNAddHoles(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4602 SCIP_Longint SCIPconshdlrGetNEnfoPSCalls(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4422 SCIP_Longint SCIPconshdlrGetNChildren(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4532 void SCIPconshdlrSetSepa(SCIP_CONSHDLR *conshdlr, SCIP_DECL_CONSSEPALP((*conssepalp)), SCIP_DECL_CONSSEPASOL((*conssepasol)), int sepafreq, int sepapriority, SCIP_Bool delaysepa) Definition: cons.c:3914 SCIP_Bool SCIPconsIsSeparationEnabled(SCIP_CONS *cons) Definition: cons.c:7654 SCIP_CONS ** SCIPconshdlrGetCheckConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4229 int SCIPconshdlrGetNChgSides(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4652 int SCIPconshdlrGetNPresolCalls(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4662 SCIP_Longint SCIPconshdlrGetNRespropCalls(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4452 int SCIPconshdlrGetNFixedVars(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4562 SCIP_CONS ** SCIPconshdlrGetConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4209 SCIP_Longint SCIPconshdlrGetNCutoffs(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4462 SCIP_Longint SCIPconshdlrGetNDomredsFound(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4522 SCIP_Bool SCIPconshdlrWasSolSeparationDelayed(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4792 SCIP_Longint SCIPconshdlrGetNCutsApplied(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4482 SCIP_Real SCIPconshdlrGetEnfoPSTime(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4352 int SCIPconshdlrGetNChgVarTypes(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4582 SCIP_Bool SCIPconshdlrDoesPresolve(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4742 SCIP_Longint SCIPconshdlrGetNSepaCalls(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4402 SCIP_Bool SCIPconsIsPropagationEnabled(SCIP_CONS *cons) Definition: cons.c:7665 SCIP_Longint SCIPconshdlrGetNConssFound(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4512 common defines and data types used in all packages of SCIP SCIP_CONSHDLRDATA * SCIPconshdlrGetData(SCIP_CONSHDLR *conshdlr) Definition: cons.c:3893 type definitions for constraints and constraint handlers int SCIPconshdlrGetNDelConss(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4612 SCIP_Bool SCIPconshdlrIsInitialized(SCIP_CONSHDLR *conshdlr) Definition: cons.c:4822 |