Mate Soos

Results 18 issues of Mate Soos

The TD lookahead was pretty bad. This fixes it.

This adds hypercut at toplevel with kahypar. The performance is terrible. Purple is without hypercut. What it does is that it increases the TD score for the variables in the...

Allow binary stamping for component discovery. This tends to slow things down in almost all cases.

This fixes two things, in two commits :) The floating point is easy: ```diff - context.coarsening.contraction_limit = context.coarsening.contraction_limit_multiplier - * context.initial_partitioning.k; - context.coarsening.hypernode_weight_fraction = context.coarsening.max_allowed_weight_multiplier - / context.coarsening.contraction_limit; - context.coarsening.max_allowed_node_weight...

In my tool, I have in my main.cpp: ```c++ #if defined(__GNUC__) && defined(__linux__) feenableexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW ); #endif ``` As a defensive measure. I'd strongly suggest to add...

Hi, Got an assert fail. By the way, do you fuzz kahypar? If not, then I'll have to do it (since I fuzz my tool, which basically will fuzz kahypar,...

The boost library seems only to be used for command line option parsing, so it shouldn't really be necessary for the library usage. Currently, boost is quite hard to build...