.TH BSctx_set_si 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_si \- Set whether or not inodes and cliques will be found .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B si - if TRUE, then no cliques or inodes are found .PD 1 .SH RETURNS void .SH NOTES This option allows more efficient execution when no cliques or i-nodes exist in the graph. The default value is FALSE. .SH SYNOPSIS .nf void BSctx_set_si(BSprocinfo *context, int si) .fi .SH LOCATION BlockSolve95/src/BScontext.c