ILOG CPLEX .NET Reference Manual

Column.And Method 

Links two column objects.

public virtual Column And(
   Column column
);

Parameters

column
The column object to be linked with the invoking column.

Return Value

A column object defining the addition of a newly created variable to the modeling objects handled by the invoking column and to the modeling objects handled by the argument column.

Remarks

When you use the returned column object for constructing a new variable, the new variable will be installed in the modeling objects handled by the invoking column object as well as the modeling objects handled by the column passed as the argument column.

See Also

Column Class | ILOG.Concert Namespace