How do I convert AMPL to CPLEX
问题 The following set and parameters are written in the AMPL environment. How can they be converted to CPLEX? set B; #set of all blocks set T; #set of time periods set BI{B}; #set of blocks that overlie a block set BY{T}; #set of blocks that can be excavated in time period t param C_min; #minimum processing capacity of a mill param g{B}; #average grade for block param x_cord{B}; #x-coordinate of a block param r{B} symbolic; param early{B} default 1; var alpha{B,T} binary; # indicator for which