Base class of initiator that maintains original problem and incumbent solution. More...
#include <string>
#include "ug/uggithash.h"
#include "ug/paraInitiator.h"
#include "bbParaDiffSubproblem.h"
#include "bbParaSolution.h"
#include "bbParaComm.h"
#include "bbParaNode.h"
Go to the source code of this file.
Classes | |
class | BbParaInitiator |
Class for initiator. More... | |
Namespaces | |
namespace | UG |
Enumerations | |
enum | FinalSolverState { InitialNodesGenerated , Aborted , HardTimeLimitIsReached , MemoryLimitIsReached , GivenGapIsReached , ComputingWasInterrupted , ProblemWasSolved , RequestedSubProblemsWereSolved } |
Final status of computation. More... | |
Base class of initiator that maintains original problem and incumbent solution.
Definition in file bbParaInitiator.h.