add getter for matchingWeight
This commit is contained in:
@@ -127,4 +127,8 @@ public class MaximumWeightBipartiteAuctionMatching<V, E> implements MatchingAlgo
|
|||||||
return graph.getEdgeSource(edge);
|
return graph.getEdgeSource(edge);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BigDecimal getMatchingWeight() {
|
||||||
|
return matchingWeight;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user