SCIP_ProbData Struct Reference
Detailed Description
Definition at line 57 of file probdata_coloring.c.
Data Fields | |
| TCLIQUE_GRAPH * | graph |
| SCIP_CONS ** | constraints |
| int | constraintssize |
| int ** | stablesets |
| int * | stablesetlengths |
| int | maxstablesets |
| int | nstablesets |
| SCIP_VAR ** | stablesetvars |
| TCLIQUE_GRAPH * | oldgraph |
| int * | deletednodes |
| int * | new2oldnode |
Field Documentation
◆ constraints
| SCIP_CONS** SCIP_ProbData::constraints |
Definition at line 60 of file probdata_coloring.c.
◆ constraintssize
| int SCIP_ProbData::constraintssize |
Definition at line 61 of file probdata_coloring.c.
◆ deletednodes
| int* SCIP_ProbData::deletednodes |
Definition at line 72 of file probdata_coloring.c.
◆ graph
| TCLIQUE_GRAPH* SCIP_ProbData::graph |
Definition at line 59 of file probdata_coloring.c.
◆ maxstablesets
| int SCIP_ProbData::maxstablesets |
Definition at line 66 of file probdata_coloring.c.
◆ new2oldnode
| int* SCIP_ProbData::new2oldnode |
Definition at line 73 of file probdata_coloring.c.
◆ nstablesets
| int SCIP_ProbData::nstablesets |
Definition at line 67 of file probdata_coloring.c.
◆ oldgraph
| TCLIQUE_GRAPH* SCIP_ProbData::oldgraph |
Definition at line 71 of file probdata_coloring.c.
◆ stablesetlengths
| int* SCIP_ProbData::stablesetlengths |
Definition at line 65 of file probdata_coloring.c.
◆ stablesets
| int** SCIP_ProbData::stablesets |
Definition at line 64 of file probdata_coloring.c.
◆ stablesetvars
| SCIP_VAR** SCIP_ProbData::stablesetvars |
Definition at line 68 of file probdata_coloring.c.