humoto
|
Mixin solver interface (solution guessing)
t_Solver | base solver class |
#include <solver.h>
Public Member Functions | |
void | solve (humoto::Solution &solution, const humoto::OptimizationProblem &hierarchy, const humoto::Solution &solution_guess) |
Solve an optimization problem (using previously specified parameters) More... | |
Protected Member Functions | |
SolverGuessSolutionMixin () | |
~SolverGuessSolutionMixin () | |
Protected destructor: prevent destruction of the child classes through a base pointer. More... | |
virtual void | setSolutionGuess (const humoto::Solution &solution_guess)=0 |
Set solution guess. More... | |
|
inlineprotected |
|
inlineprotected |
|
protectedpure virtual |
|
inline |