read_sol_file {nlopt} | R Documentation |
Reads the .sol file
Description
Function that reads the corresponding .sol file
Usage
read_sol_file(solfile)
Arguments
solfile |
.sol file with the solution |
Value
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)
Examples
read_sol_file(solfile = "example.sol")
[Package nlopt version 0.1.1 Index]