MultiAgentDecisionProcess
BGIP_SolverCreator_BFS< JP > Class Template Reference

BGIP_SolverCreator_BFS creates BGIP Solvers with Brute Force Search. More...

#include <BGIP_SolverCreator_BFS.h>

Inheritance diagram for BGIP_SolverCreator_BFS< JP >:
[legend]

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
 

Detailed Description

template<class JP>
class BGIP_SolverCreator_BFS< JP >

BGIP_SolverCreator_BFS creates BGIP Solvers with Brute Force Search.

Constructor & Destructor Documentation

template<class JP >
BGIP_SolverCreator_BFS< JP >::BGIP_SolverCreator_BFS ( size_t  verbose = 0,
size_t  nrSolutions = INT_MAX 
)
inline

(default) Constructor

Member Function Documentation

template<class JP >
bool BGIP_SolverCreator_BFS< JP >::IsExactSolver ( ) const
inlinevirtual

Methods should indicated whether they compute exact (optimal) solutions or not.

Implements BGIP_IncrementalSolverCreatorInterface_T< JP >.

template<class JP >
virtual BGIP_SolverBruteForceSearch<JP>* BGIP_SolverCreator_BFS< JP >::operator() ( const boost::shared_ptr< const BayesianGameIdenticalPayoffInterface > &  bg) const
inlinevirtual

Returns a pointer to a new BGIP solver object.

Implements BGIP_IncrementalSolverCreatorInterface_T< JP >.

template<class JP >
std::string BGIP_SolverCreator_BFS< JP >::SoftPrint ( ) const
inlinevirtual

Returns a description of the solver creator.

Implements BGIP_IncrementalSolverCreatorInterface_T< JP >.

template<class JP >
std::string BGIP_SolverCreator_BFS< JP >::SoftPrintBrief ( ) const
inlinevirtual

Returns a brief description of the solver creator.

Implements BGIP_IncrementalSolverCreatorInterface_T< JP >.

References BGIP_SolverCreator_BFS< JP >::_m_nrSolutions.

Member Data Documentation

template<class JP >
size_t BGIP_SolverCreator_BFS< JP >::_m_nrSolutions
private
template<class JP >
size_t BGIP_SolverCreator_BFS< JP >::_m_verbose
private