Exemplo n.º 1
0
 private bool AreRangedEqualLength(QueryFeatureVector query, Problem <Hypergraph.EdgeAnnotation> thisProblem, Problem <Hypergraph.EdgeAnnotation> thatProblem)
 {
     return(query.lengthPartitions.GetPartitionIndex(thisProblem.GetLength()) == query.lengthPartitions.GetPartitionIndex(thatProblem.GetLength()));
 }
Exemplo n.º 2
0
 private bool AreEqualLength(Problem <Hypergraph.EdgeAnnotation> thisProblem, Problem <Hypergraph.EdgeAnnotation> thatProblem)
 {
     return(thisProblem.GetLength() == thatProblem.GetLength());
 }