color.c File Reference
Detailed Description
Second Basic Example: Read graph from file, formulate the SDP relaxation of k-coloring problem, solve using DSDP, and apply randomized algorithm to generate approximate solutions.
Definition in file color.c.
Go to the source code of this file.
|
Functions |
int | MinColoring (int argc, char *argv[]) |
| SDP relaxation of k-coloring problem.
|