#include <solve_algorithms.h>
Public Member Functions | |
SolveAlgorithm * | createSolveObject () const |
bool | defaultPortfolio () const |
uint32 | numSolver () const |
Static Public Member Functions | |
static uint32 | recommendedSolvers () |
static uint32 | supportedSolvers () |
Public Attributes | |
SolveLimits | limit |
Definition at line 202 of file solve_algorithms.h.
SolveAlgorithm* Clasp::BasicSolveOptions::createSolveObject | ( | ) | const [inline] |
Definition at line 204 of file solve_algorithms.h.
bool Clasp::BasicSolveOptions::defaultPortfolio | ( | ) | const [inline] |
Definition at line 208 of file solve_algorithms.h.
uint32 Clasp::BasicSolveOptions::numSolver | ( | ) | const [inline] |
Definition at line 207 of file solve_algorithms.h.
static uint32 Clasp::BasicSolveOptions::recommendedSolvers | ( | ) | [inline, static] |
Definition at line 206 of file solve_algorithms.h.
static uint32 Clasp::BasicSolveOptions::supportedSolvers | ( | ) | [inline, static] |
Definition at line 205 of file solve_algorithms.h.
Solve limit (disabled by default).
Definition at line 203 of file solve_algorithms.h.