# NOT RUN {
n=10
m=4
#ceate a matrix of processing times
A <- matrix(sample(100,replace=TRUE),n,m)
#create FSP objective function
fun <- benchmarkGeneratorFSP(A,n,m)
#evaluate
fun(1:n)
fun(n:1)
# }
Run the code above in your browser using DataLab