Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_ConsData Struct Reference

    Detailed Description

    constraint data for storing graph constraints

    Definition at line 94 of file cons_storeGraph.c.

    Data Fields

    TCLIQUE_GRAPH * graph
     
    TCLIQUE_GRAPH * cgraph
     
    SCIP_CONS * fathercons
     
    int * representativeofnode
     
    int ** unionofnode
     
    int * nnodesinunion
     
    int node1
     
    int node2
     
    COLOR_CONSTYPE type
     
    int propagatedvars
     
    SCIP_Bool created
     
    SCIP_NODE * stickingatnode
     

    Field Documentation

    ◆ cgraph

    TCLIQUE_GRAPH* SCIP_ConsData::cgraph

    Definition at line 97 of file cons_storeGraph.c.

    ◆ created

    SCIP_Bool SCIP_ConsData::created

    Definition at line 107 of file cons_storeGraph.c.

    ◆ fathercons

    SCIP_CONS* SCIP_ConsData::fathercons

    Definition at line 98 of file cons_storeGraph.c.

    ◆ graph

    TCLIQUE_GRAPH* SCIP_ConsData::graph

    Definition at line 96 of file cons_storeGraph.c.

    ◆ nnodesinunion

    int* SCIP_ConsData::nnodesinunion

    Definition at line 101 of file cons_storeGraph.c.

    ◆ node1

    int SCIP_ConsData::node1

    Definition at line 102 of file cons_storeGraph.c.

    ◆ node2

    int SCIP_ConsData::node2

    Definition at line 103 of file cons_storeGraph.c.

    ◆ propagatedvars

    int SCIP_ConsData::propagatedvars

    Definition at line 105 of file cons_storeGraph.c.

    ◆ representativeofnode

    int* SCIP_ConsData::representativeofnode

    Definition at line 99 of file cons_storeGraph.c.

    ◆ stickingatnode

    SCIP_NODE* SCIP_ConsData::stickingatnode

    Definition at line 109 of file cons_storeGraph.c.

    ◆ type

    COLOR_CONSTYPE SCIP_ConsData::type

    Definition at line 104 of file cons_storeGraph.c.

    ◆ unionofnode

    int** SCIP_ConsData::unionofnode

    Definition at line 100 of file cons_storeGraph.c.