BeliefProp: move some members to private section
This commit is contained in:
parent
95539226ea
commit
a300b27764
@ -120,15 +120,11 @@ class BeliefProp : public GroundSolver {
|
||||
|
||||
BpLinks links_;
|
||||
unsigned nIters_;
|
||||
std::vector<BpLinks> varsLinks_;
|
||||
std::vector<BpLinks> facsLinks_;
|
||||
bool runned_;
|
||||
SortedOrder sortedOrder_;
|
||||
BpLinkMap linkMap_;
|
||||
|
||||
static double accuracy_;
|
||||
static unsigned maxIter_;
|
||||
static MsgSchedule schedule_;
|
||||
|
||||
private:
|
||||
void initializeSolver();
|
||||
@ -137,6 +133,12 @@ class BeliefProp : public GroundSolver {
|
||||
|
||||
virtual void printLinkInformation() const;
|
||||
|
||||
std::vector<BpLinks> varsLinks_;
|
||||
std::vector<BpLinks> facsLinks_;
|
||||
|
||||
static unsigned maxIter_;
|
||||
static MsgSchedule schedule_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN (BeliefProp);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user