Originally posted by: T_O
>
> I already expected CPLEX would have solved this in a few seconds though it takes 450 sec!
>
> Actually, I could not load the file here since it is too big (in the format SAV it is 180 MB).
This should be ok. 3600*3600 doubles already need 3600*3600*8 bytes (~100MB).
>
> Furthermore, I need to solve similar subproblems repeatedly in my branch and cut tree. Is there any advantage if I use linear system packages, like LAPACK, to solve it?
How similar are these problems? There are update procedures for LU decompositions when adding rows and colums. I dont't know whether these are implemented in CPLEX, but I do not expect this.
Maybe you should also try using iterative solvers?
#CPLEXOptimizers#DecisionOptimization