CLab# 1.0 API Documentation

CSPExpressionBuilder Constructor 

Initializes a new instance of the "CSPExpressionBuilder" class.

public CSPExpressionBuilder(
   CSPLayout layout,
   CP cp,
   Symbols symbols
);

Parameters

CSPLayout
The "Casper.CSP" layout.
CP
The "CLab.Data.CP" instance of this problem.
Symbols
The "CLab.Data.Symbols" instance for this problem.

See Also

CSPExpressionBuilder Class | CLab.CSP Namespace