mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
more debug functions
This commit is contained in:
parent
95a41c44fa
commit
3bd5583976
@ -50,18 +50,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
/** Define an ordering between RuleCubeItems based on their positions in the
|
||||
* cube. This is used to record which positions in the cube have been covered
|
||||
* during search.
|
||||
*/
|
||||
class RuleCubeItemPositionOrderer
|
||||
{
|
||||
public:
|
||||
bool operator()(const RuleCubeItem *p, const RuleCubeItem *q) const {
|
||||
return *p < *q;
|
||||
}
|
||||
};
|
||||
|
||||
/** @todo what is this?
|
||||
*/
|
||||
class RuleCubeItemHasher
|
||||
|
Loading…
Reference in New Issue
Block a user