remove unused method
This commit is contained in:
parent
6034f7a264
commit
fb9bb5c8b5
@ -109,16 +109,6 @@ Factor::multiply (Factor& g)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
Factor::reorderAccordingVarIds (void)
|
|
||||||
{
|
|
||||||
VarIds sortedVarIds = args_;
|
|
||||||
sort (sortedVarIds.begin(), sortedVarIds.end());
|
|
||||||
reorderArguments (sortedVarIds);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
string
|
string
|
||||||
Factor::getLabel (void) const
|
Factor::getLabel (void) const
|
||||||
{
|
{
|
||||||
|
@ -274,8 +274,6 @@ class Factor : public TFactor<VarId>
|
|||||||
|
|
||||||
void multiply (Factor&);
|
void multiply (Factor&);
|
||||||
|
|
||||||
void reorderAccordingVarIds (void);
|
|
||||||
|
|
||||||
string getLabel (void) const;
|
string getLabel (void) const;
|
||||||
|
|
||||||
void print (void) const;
|
void print (void) const;
|
||||||
|
Reference in New Issue
Block a user