.TH BSctx_set_ct 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_ct \- Set the type of coloring .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B coloring - type of local coloring .PD 1 .br IDO (incident degree ordering) or .br SDO (saturated degree ordering) .SH RETURNS void .SH NOTES This is only the local coloring, the global coloring uses the Jones/Plassmann parallel algorithm. The SDO heuristic tends to produce better colorings but requires more time. .SH SYNOPSIS .nf void BSctx_set_ct(BSprocinfo *context, int ct) .fi .SH LOCATION BlockSolve95/src/BScontext.c