DragonFly On-Line Manual Pages
BSctx_set_si(3) BlockSolve95 BSctx_set_si(3)
NAME
BSctx_set_si - Set whether or not inodes and cliques will be found
INPUT PARAMETERS
context
- The context to change
si - if TRUE, then no cliques or inodes are found
RETURNS
void
NOTES
This option allows more efficient execution when no cliques or i-nodes
exist in the graph. The default value is FALSE.
SYNOPSIS
void BSctx_set_si(BSprocinfo *context, int si)
LOCATION
BlockSolve95/src/BScontext.c
10/17/1996 BSctx_set_si(3)