.TH BSctx_set_cs 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_cs \- Set the maximum clique size allowed .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B cs - The maximum clique size .PD 1 .SH NOTES The default value is INT_MAX .SH RETURNS void .SH SYNOPSIS .nf void BSctx_set_cs(BSprocinfo *context, int cs) .fi .SH LOCATION BlockSolve95/src/BScontext.c