cons_integral.h File Reference Detailed Descriptionconstraint handler for the integrality constraint Definition in file cons_integral.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the handler for the integrality constraint and includes it in SCIP creates the handler for integrality constraint and includes it in SCIP
Definition at line 256 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(), SCIPsetConshdlrCopy(), and SCIPsetConshdlrGetDiveBdChgs(). Referenced by SCIP_DECL_CONSGETDIVEBDCHGS(), SCIP_DECL_CONSHDLRCOPY(), and SCIPincludeDefaultPlugins(). |