XXZH

Results 4 comments of XXZH

> to build and publish it locally: > > ``` > git clone https://github.com/ucb-bar/berkeley-hardfloat.git hardfloat > cd hardfloat > sbt publish-local > ``` > > It may work, But I...

`void partition(kahypar::Hypergraph& hypergraph, kahypar::Context& context) { kahypar::PartitionerFacade().partition(hypergraph, context); auto cut = kahypar::metrics::hyperedgeCut(hypergraph); std::cout

Thanks! It works now. I would like to open a PR later. BTW, I find that the partition quality simply using improve_partition is not that good enough compared to use...

I understand. I think you're absolutely right to point out that this is a case of multi-constraint partitioning. I will look into the PaToH framework. Thank you very much for...