All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 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(). |