All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Descriptionconstraint handler for the integrality constraint Definition in file cons_integral.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 30 of file cons_integral.c. Referenced by SCIP_DECL_CONSCHECK(), SCIP_DECL_CONSENFOLP(), SCIP_DECL_CONSHDLRCOPY(), and SCIPincludeConshdlrIntegral().
Definition at line 31 of file cons_integral.c. Referenced by SCIPincludeConshdlrIntegral().
priority of the constraint handler for constraint enforcing Definition at line 32 of file cons_integral.c. Referenced by SCIPincludeConshdlrIntegral().
priority of the constraint handler for checking feasibility Definition at line 33 of file cons_integral.c. Referenced by SCIPincludeConshdlrIntegral().
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 34 of file cons_integral.c. Referenced by SCIPincludeConshdlrIntegral().
should the constraint handler be skipped, if no constraints are available? Definition at line 36 of file cons_integral.c. Referenced by SCIPincludeConshdlrIntegral().
Definition at line 58 of file cons_integral.c. Referenced by SCIPincludeConshdlrIntegral().
Definition at line 60 of file cons_integral.c. Referenced by SCIPincludeConshdlrIntegral(). Function Documentation
copy method for constraint handler plugins (called when SCIP copies plugins) Definition at line 44 of file cons_integral.c. References CONSHDLR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPconshdlrGetName(), SCIPincludeConshdlrIntegral(), and TRUE.
constraint enforcing method of constraint handler for LP solutions Definition at line 64 of file cons_integral.c. References CONSHDLR_NAME, NULL, SCIP_CALL, SCIP_DIDNOTRUN, SCIP_FEASIBLE, SCIP_INFEASIBLE, SCIP_LPSOLSTAT_UNBOUNDEDRAY, SCIP_OKAY, SCIPbranchLP(), SCIPconshdlrGetName(), SCIPdebugMessage, SCIPgetLPSolstat(), and SCIPgetNLPBranchCands().
feasibility check method of constraint handler for integral solutions Definition at line 100 of file cons_integral.c. References CONSHDLR_NAME, NULL, SCIP_CALL, SCIP_FEASIBLE, SCIP_INFEASIBLE, SCIP_OKAY, SCIP_Real, SCIPconshdlrGetName(), SCIPdebugMessage, SCIPgetSolVal(), SCIPgetSolVarsData(), SCIPinfoMessage(), SCIPisFeasIntegral(), and SCIPvarGetName().
variable rounding lock method of constraint handler Definition at line 174 of file cons_integral.c. References SCIP_OKAY.
creates the handler for integrality constraint and includes it in SCIP
Definition at line 184 of file cons_integral.c. References consCopyIntegral, consEnfopsIntegral, CONSHDLR_CHECKPRIORITY, CONSHDLR_DESC, CONSHDLR_EAGERFREQ, CONSHDLR_ENFOPRIORITY, CONSHDLR_NAME, CONSHDLR_NEEDSCONS, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeConshdlrBasic(), and SCIPsetConshdlrCopy(). Referenced by SCIP_DECL_CONSHDLRCOPY(), and SCIPincludeDefaultPlugins(). |