Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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/Plass-
     mann parallel algorithm.  The SDO heuristic tends to produce better  color-
     ings 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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BSctx_set_ct&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help