All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Descriptionconstraint handler for conjunction constraints Definition in file cons_conjunction.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 31 of file cons_conjunction.c. Referenced by SCIPaddConsElemConjunction(), SCIPcreateConsConjunction(), and SCIPincludeConshdlrConjunction().
Definition at line 32 of file cons_conjunction.c. Referenced by SCIPincludeConshdlrConjunction().
priority of the constraint handler for constraint enforcing Definition at line 33 of file cons_conjunction.c. Referenced by SCIPincludeConshdlrConjunction().
priority of the constraint handler for checking feasibility Definition at line 34 of file cons_conjunction.c. Referenced by SCIPincludeConshdlrConjunction().
frequency for using all instead of only the useful constraints in separation, propagation and enforcement, -1 for no eager evaluations, 0 for first only Definition at line 35 of file cons_conjunction.c. Referenced by SCIPincludeConshdlrConjunction().
maximal number of presolving rounds the constraint handler participates in (-1: no limit) Definition at line 37 of file cons_conjunction.c. Referenced by SCIPincludeConshdlrConjunction().
should presolving method be delayed, if other presolvers found reductions? Definition at line 38 of file cons_conjunction.c. Referenced by SCIPincludeConshdlrConjunction().
should the constraint handler be skipped, if no constraints are available? Definition at line 39 of file cons_conjunction.c. Referenced by SCIPincludeConshdlrConjunction(). Function Documentation
creates conjunction constraint data, captures initial constraints of conjunction
Definition at line 60 of file cons_conjunction.c. References NULL, SCIP_CALL, SCIP_OKAY, SCIPallocBlockMemory, SCIPcaptureCons(), SCIPduplicateBlockMemoryArray, SCIPisTransformed(), and SCIPtransformConss(). Referenced by SCIPcreateConsConjunction().
frees constraint data and releases all constraints in conjunction
Definition at line 102 of file cons_conjunction.c. References NULL, SCIP_CALL, SCIP_OKAY, SCIPfreeBlockMemory, SCIPfreeBlockMemoryArrayNull, and SCIPreleaseCons(). Referenced by SCIP_DECL_CONSDELETE().
adds constraint to conjunction
Definition at line 127 of file cons_conjunction.c. References NULL, SCIP_CALL, SCIP_OKAY, SCIPcaptureCons(), SCIPensureBlockMemoryArray, SCIPisTransformed(), and SCIPtransformCons(). Referenced by SCIPaddConsElemConjunction().
adds all constraints in conjunction constraints to the problem; disables unmodifiable conjunction constraints
Definition at line 159 of file cons_conjunction.c. References NULL, SCIP_CALL, SCIP_CONSADDED, SCIP_OKAY, SCIPaddConsLocal(), SCIPconsGetData(), SCIPconsGetName(), SCIPconsIsActive(), SCIPconsIsChecked(), SCIPconsIsModifiable(), SCIPdebugMessage, SCIPdelConsLocal(), SCIPsetConsChecked(), and TRUE. Referenced by SCIP_DECL_CONSENFOLP(), and SCIP_DECL_CONSENFOPS().
checks all constraints in conjunction constraints for feasibility
Definition at line 208 of file cons_conjunction.c. References NULL, SCIP_CALL, SCIP_FEASIBLE, SCIP_INFEASIBLE, SCIP_OKAY, SCIPcheckCons(), SCIPconsGetData(), SCIPconsGetName(), SCIPdebug, SCIPinfoMessage(), and SCIPprintCons(). Referenced by SCIP_DECL_CONSCHECK().
frees specific constraint data Definition at line 274 of file cons_conjunction.c. References consdataFree(), SCIP_CALL, and SCIP_OKAY.
transforms constraint data into data belonging to the transformed problem Definition at line 283 of file cons_conjunction.c. References NULL, SCIP_CALL, SCIP_OKAY, SCIPallocBlockMemory, SCIPallocBlockMemoryArray, SCIPconsGetData(), SCIPconsGetName(), SCIPconsIsChecked(), SCIPconsIsDynamic(), SCIPconsIsEnforced(), SCIPconsIsInitial(), SCIPconsIsLocal(), SCIPconsIsModifiable(), SCIPconsIsPropagated(), SCIPconsIsRemovable(), SCIPconsIsSeparated(), SCIPconsIsStickingAtNode(), SCIPcreateCons(), and SCIPtransformCons().
constraint enforcing method of constraint handler for LP solutions Definition at line 325 of file cons_conjunction.c. References addAllConss(), SCIP_CALL, SCIP_FEASIBLE, and SCIP_OKAY.
constraint enforcing method of constraint handler for pseudo solutions Definition at line 338 of file cons_conjunction.c. References addAllConss(), SCIP_CALL, SCIP_FEASIBLE, and SCIP_OKAY.
feasibility check method of constraint handler for integral solutions Definition at line 351 of file cons_conjunction.c. References checkAllConss(), SCIP_CALL, SCIP_FEASIBLE, and SCIP_OKAY.
presolving method of constraint handler Definition at line 364 of file cons_conjunction.c. References NULL, SCIP_CALL, SCIP_DIDNOTFIND, SCIP_OKAY, SCIP_SUCCESS, SCIPaddCons(), SCIPconsGetData(), SCIPconsGetName(), SCIPconsIsActive(), SCIPconsIsChecked(), SCIPconsIsModifiable(), SCIPdebugMessage, SCIPdelCons(), SCIPreleaseCons(), SCIPsetConsChecked(), and TRUE.
variable rounding lock method of constraint handler Definition at line 420 of file cons_conjunction.c. References NULL, SCIP_CALL, SCIP_OKAY, SCIPaddConsLocks(), and SCIPconsGetData().
constraint display method of constraint handler Definition at line 440 of file cons_conjunction.c. References NULL, SCIP_CALL, SCIP_OKAY, SCIPconsGetData(), SCIPinfoMessage(), and SCIPprintCons().
constraint parsing method of constraint handler Definition at line 467 of file cons_conjunction.c. References FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIPallocBufferArray, SCIPcalcMemGrowSize(), SCIPcreateConsConjunction(), SCIPdebugMessage, SCIPduplicateBufferArray, SCIPfreeBufferArray, SCIPparseCons(), SCIPreallocBufferArray, SCIPreleaseCons(), and TRUE.
creates the handler for conjunction constraints and includes it in SCIP
Definition at line 665 of file cons_conjunction.c. References CONSHDLR_CHECKPRIORITY, CONSHDLR_DELAYPRESOL, CONSHDLR_DESC, CONSHDLR_EAGERFREQ, CONSHDLR_ENFOPRIORITY, CONSHDLR_MAXPREROUNDS, CONSHDLR_NAME, CONSHDLR_NEEDSCONS, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeConshdlrBasic(), SCIPsetConshdlrDelete(), SCIPsetConshdlrParse(), SCIPsetConshdlrPresol(), SCIPsetConshdlrPrint(), and SCIPsetConshdlrTrans(). Referenced by SCIPincludeDefaultPlugins().
creates and captures a conjunction constraint
Definition at line 698 of file cons_conjunction.c. References consdataCreate(), CONSHDLR_NAME, FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPcreateCons(), SCIPerrorMessage, and SCIPfindConshdlr(). Referenced by SCIP_DECL_CONSPARSE(), and SCIPcreateConsBasicConjunction().
creates and captures an and constraint in its most basic version, i. e., all constraint flags are set to their basic value as explained for the method SCIPcreateConsConjunction(); all flags can be set via SCIPsetConsFLAGNAME-methods in scip.h
Definition at line 747 of file cons_conjunction.c. References FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIPcreateConsConjunction(), and TRUE.
adds constraint to the conjunction of constraints
Definition at line 764 of file cons_conjunction.c. References consdataAddCons(), CONSHDLR_NAME, NULL, SCIP_CALL, SCIP_INVALIDDATA, SCIP_OKAY, SCIPconsGetData(), SCIPconsGetHdlr(), SCIPconshdlrGetName(), and SCIPerrorMessage. |