Implement matching using jheaps PairingHeap

This commit is contained in:
2022-02-18 16:09:23 -06:00
parent acff88475b
commit bf32a55e4b
5 changed files with 52 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ public class Plate {
//n = Equations.getRandomNumber(0, cells.size());
// was testing generating the cell sample file with exponential dist, then sampling flat here
//that would be more realistic
//But would mess up my
//But would mess up other things in the simulation with how I've coded it.
if(n > test){
test = n;
}