MultiAgentDecisionProcess
|
BGIP_SolverCreatorInterface_T is an interface for classes that create BGIP solvers. More...
#include <BGIP_SolverCreatorInterface_T.h>
Public Member Functions | |
virtual bool | IsExactSolver () const =0 |
Methods should indicated whether they compute exact (optimal) solutions or not. More... | |
virtual BayesianGameIdenticalPayoffSolver_T < JP > * | operator() (const boost::shared_ptr< const BayesianGameIdenticalPayoffInterface > &bg) const =0 |
Returns a pointer to a new BGIP solver object. More... | |
virtual std::string | SoftPrint () const =0 |
Returns a description of the solver creator. More... | |
virtual std::string | SoftPrintBrief () const =0 |
Returns a brief description of the solver creator. More... | |
virtual | ~BGIP_SolverCreatorInterface_T () |
(default) Constructor More... | |
Public Member Functions inherited from BGIP_SolverCreatorInterface | |
virtual | ~BGIP_SolverCreatorInterface () |
(default) Constructor More... | |
BGIP_SolverCreatorInterface_T is an interface for classes that create BGIP solvers.
The template argument JP represents the joint policy class the solver should return.
|
inlinevirtual |
(default) Constructor
|
pure virtual |
Methods should indicated whether they compute exact (optimal) solutions or not.
Implements BGIP_SolverCreatorInterface.
Implemented in BGIP_SolverCreator_CE, BGIP_SolverCreator_MP< JP >, BGIP_SolverCreator_BFSNonInc< JP >, and BGIP_SolverCreator_Random.
|
pure virtual |
Returns a pointer to a new BGIP solver object.
Implements BGIP_SolverCreatorInterface.
Implemented in BGIP_SolverCreator_CE, BGIP_SolverCreator_MP< JP >, BGIP_SolverCreator_BFSNonInc< JP >, and BGIP_SolverCreator_Random.
|
pure virtual |
Returns a description of the solver creator.
Implements BGIP_SolverCreatorInterface.
Implemented in BGIP_SolverCreator_CE, BGIP_SolverCreator_MP< JP >, BGIP_SolverCreator_BFSNonInc< JP >, and BGIP_SolverCreator_Random.
|
pure virtual |
Returns a brief description of the solver creator.
Implements BGIP_SolverCreatorInterface.
Implemented in BGIP_SolverCreator_CE, BGIP_SolverCreator_MP< JP >, BGIP_SolverCreator_BFSNonInc< JP >, and BGIP_SolverCreator_Random.