DragonFly On-Line Manual Pages
BSctx_set_ct(3) BlockSolve95 BSctx_set_ct(3)
NAME
BSctx_set_ct - Set the type of coloring
INPUT PARAMETERS
context
- The context to change
coloring
- type of local coloring
IDO (incident degree ordering) or
SDO (saturated degree ordering)
RETURNS
void
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.
SYNOPSIS
void BSctx_set_ct(BSprocinfo *context, int ct)
LOCATION
BlockSolve95/src/BScontext.c
10/17/1996 BSctx_set_ct(3)