Linear Programming with Big Matrix - Still having memory problems
问题 Hello everyone and thanks in advance! I've had a bit of an interesting journey with this problem. Here I figured out how to create a file-backed big matrix using the bigmemory package. This 7062 row by 364520 column matrix is the constraint matrix in a linear programming problem I'm trying to solve using the Rsymphony package. The code is below and the constraint matrix is called mat : Rsymph <- Rsymphony_solve_LP(obj ,mat[1:nrow(mat),1:ncol(mat)] ,dir ,rhs ,types="B",max=F, write_lp=T)