ILOG CPLEX .NET Reference Manual

Cplex.Status.Unknown Field

The Unknown solution status indicates that the optimizer has not gathered any information about the active model.

public static readonly Status Unknown;

Remarks

This is usually the status before a solve method has been called, or after the model has been manipulated.

See Also

Cplex.Status Class | ILOG.CPLEX Namespace