powered by
Function that reads the corresponding .sol file
read_sol_file(solfile)
list with a string of the output given by the solver (output), the optimal value of the problem (objective), the status returned by the solver (status), the optimal primal solution (primal_solution), and the optimal dual solution (dual_solution)
.sol file with the solution
read_sol_file(solfile = "example.sol")
Run the code above in your browser using DataLab