Zoltan2
|
ProblemRoot allows ptr storage and safe dynamic_cast of all. More...
#include <Zoltan2_Problem.hpp>
Public Member Functions | |
virtual | ~ProblemRoot () |
virtual RCP< const Comm< int > > | getComm ()=0 |
virtual void | solve (bool updateInputData=true)=0 |
Method that creates a solution. More... | |
ProblemRoot allows ptr storage and safe dynamic_cast of all.
Definition at line 69 of file Zoltan2_Problem.hpp.
|
inlinevirtual |
Definition at line 71 of file Zoltan2_Problem.hpp.
|
pure virtual |
Implemented in Zoltan2::Problem< Adapter >.
|
pure virtual |
Method that creates a solution.
Implemented in Zoltan2::MatrixPartitioningProblem< Adapter >, Zoltan2::OrderingProblem< Adapter >, Zoltan2::PartitioningProblem< Adapter >, Zoltan2::ColoringProblem< Adapter >, and Zoltan2::MappingProblem< Adapter, MachineRep >.