MultiAgentDecisionProcess
|
BGIP_SolverCreator_BFS creates BGIP Solvers with Brute Force Search. More...
#include <BGIP_SolverCreator_BFS.h>
Public Member Functions | |
BGIP_SolverCreator_BFS (size_t verbose=0, size_t nrSolutions=INT_MAX) | |
(default) Constructor More... | |
bool | IsExactSolver () const |
Methods should indicated whether they compute exact (optimal) solutions or not. More... | |
virtual BGIP_SolverBruteForceSearch < JP > * | operator() (const boost::shared_ptr< const BayesianGameIdenticalPayoffInterface > &bg) const |
Returns a pointer to a new BGIP solver object. More... | |
std::string | SoftPrint () const |
Returns a description of the solver creator. More... | |
std::string | SoftPrintBrief () const |
Returns a brief description of the solver creator. More... | |
Public Member Functions inherited from BGIP_IncrementalSolverCreatorInterface_T< JP > | |
virtual | ~BGIP_IncrementalSolverCreatorInterface_T () |
(default) Constructor More... | |
Public Member Functions inherited from BGIP_SolverCreatorInterface | |
virtual | ~BGIP_SolverCreatorInterface () |
(default) Constructor More... | |
Private Attributes | |
size_t | _m_nrSolutions |
size_t | _m_verbose |
BGIP_SolverCreator_BFS creates BGIP Solvers with Brute Force Search.
|
inline |
(default) Constructor
|
inlinevirtual |
Methods should indicated whether they compute exact (optimal) solutions or not.
Implements BGIP_IncrementalSolverCreatorInterface_T< JP >.
|
inlinevirtual |
Returns a pointer to a new BGIP solver object.
Implements BGIP_IncrementalSolverCreatorInterface_T< JP >.
|
inlinevirtual |
Returns a description of the solver creator.
Implements BGIP_IncrementalSolverCreatorInterface_T< JP >.
|
inlinevirtual |
Returns a brief description of the solver creator.
Implements BGIP_IncrementalSolverCreatorInterface_T< JP >.
References BGIP_SolverCreator_BFS< JP >::_m_nrSolutions.
|
private |
Referenced by BGIP_SolverCreator_BFS< JP >::SoftPrintBrief().
|
private |