SolverStats-class | R Documentation |
This class contains the miscellaneous information that is returned by a solver after solving, but that is not captured directly by the Problem object.
SolverStats(results_dict = list(), solver_name = NA_character_)
results_dict |
A list containing the results returned by the solver. |
solver_name |
The name of the solver. |
A list containing
solver_name
The name of the solver.
solve_time
The time (in seconds) it took for the solver to solve the problem.
setup_time
The time (in seconds) it took for the solver to set up the problem.
num_iters
The number of iterations the solver had to go through to find a solution.
solver_name
The name of the solver.
solve_time
The time (in seconds) it took for the solver to solve the problem.
setup_time
The time (in seconds) it took for the solver to set up the problem.
num_iters
The number of iterations the solver had to go through to find a solution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.