376. K-BEST SOLVES REQUIRE AT LEAST ONE BINARY VARIABLE.

Models must have one or more binary variables to use the @NEXTKBEST function to find additional feasible solutions.  You may add binary variables to a model with the @BIN function. @NEXTKBEST can then be used in a calc section to iterate through feasible solutions ranked by objective value.