All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_McfNetwork Struct Reference Detailed Descriptionextracted multi-commodity-flow network Definition at line 144 of file sepa_mcf.c.
Field Documentation
nodeflowrows[v][k]: flow conservation constraint for node v and commodity k; NULL if this node does not exist in the commodity Definition at line 146 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkFill(), and nodepairqueueCreate().
scaling factors to convert nodeflowrows[v][k] into a +/-1 <= row Definition at line 148 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkFill(), and nodepairqueueCreate().
does nodeflowrows[v][k] have to be inverted to fit the network structure? Definition at line 149 of file sepa_mcf.c. Referenced by generateClusterCuts(), and mcfnetworkFill().
arccapacity[a]: capacity constraint on arc a; NULL if uncapacitated Definition at line 150 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkFill(), and nodepairqueueCreate().
scaling factors to convert arccapacity[a] into a <= row with positive entries for the flow variables Definition at line 152 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkFill(), and nodepairqueueCreate().
source node ids of arcs Definition at line 154 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkFill(), nodepairqueueCreate(), and nodepartitionIsConnected().
target node ids of arcs Definition at line 155 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkFill(), nodepairqueueCreate(), and nodepartitionIsConnected().
commodity number of each column, or -1 Definition at line 156 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkFill(), and nodepairqueueCreate().
number of nodes in the graph Definition at line 157 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkExtract(), mcfnetworkFill(), nodepairqueueCreate(), nodepartitionCreate(), and separateCuts().
number of arcs in the graph Definition at line 158 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkFill(), nodepairqueueCreate(), nodepartitionIsConnected(), and separateCuts().
number of uncapacitated arcs in the graph Definition at line 159 of file sepa_mcf.c. Referenced by mcfnetworkFill().
number of commodities Definition at line 160 of file sepa_mcf.c. Referenced by generateClusterCuts(), mcfnetworkFill(), nodepairqueueCreate(), and separateCuts().
detected model type of the network Definition at line 161 of file sepa_mcf.c. Referenced by generateClusterCuts(), and mcfnetworkFill(). |