376. K-BEST SOLVES REQUIRE AT LEAST ONE BINARY VARIABLE AND THE CURRENT SOLUTION MUST BE OPTIMAL.

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.  The current solution must also be optimal; if need be, call @SOLVE beforehand to establish the optimal solution. @NEXTKBEST can then be used in a calc section to iterate through feasible solutions ranked by objective value.