266. BOUNDS OUT OF RANGE ON A SEMI-CONTINUOUS VARIABLE.

LINGO supports semi-continuous (SC) variables.  SC variables are restricted to being either 0, or to lie within some non-negative range.  Semi-continuous variables are declared using the @SEMIC statement.  The syntax for @SEMIC is:

 @SEMIC( lower_bound, variable, upper_bound)

You will receive this error whenever the variable bounds fall outside the range permitted by LINGO.