ILOG CPLEX .NET Reference Manual

ISOS1 Interface

A special ordered set of type 1.

For a list of all members of this type, see ISOS1 Members.

public interface ISOS1 : IConstraint, IIntExpr, INumExpr, ICopyable, IAddable

Remarks

A special ordered set of type 1 (SOS1) specifies an ordered set of variables. Only one of these variables may take a nonzero value in a feasible solution. The order of the variables is determined by weight values assigned to each variable in the set.

ISOS1 objects are created with the method IMPModeler.SOS1().

See IMPModeler.AddSOS1.

Requirements

Namespace: ILOG.Concert

Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)

See Also

ISOS1 Members | ILOG.Concert Namespace