#include -- | module Bindings.Gts.GraphAndOperationsOnGraphs.GraphPartitioning where import Bindings.GLib import Bindings.Gts.Types #strict_import #ccall gts_graph_bisection_new , Ptr -> -> -> -> -> IO (Ptr ) #ccall gts_graph_ggg_bisection , Ptr -> -> IO (Ptr ) #ccall gts_graph_bfgg_bisection , Ptr -> -> IO (Ptr ) #ccall gts_graph_bisection_check , Ptr -> IO #ccall gts_graph_bisection_kl_refine , Ptr -> -> IO #ccall gts_graph_bisection_bkl_refine , Ptr -> -> -> IO #ccall gts_graph_recursive_bisection , Ptr -> -> -> -> -> -> IO (Ptr ) #ccall gts_graph_bisection_destroy , Ptr -> -> IO () #ccall gts_graph_bubble_partition , Ptr -> -> -> -> -> IO (Ptr ) #ccall gts_graph_partition_edges_cut , Ptr -> IO #ccall gts_graph_partition_balance , Ptr -> IO #ccall gts_graph_partition_clone , Ptr -> IO (Ptr ) #ccall gts_graph_partition_print_stats , Ptr -> Ptr CFile -> IO () #ccall gts_graph_partition_edges_cut_weight , Ptr -> IO #ccall gts_graph_partition_destroy , Ptr -> IO ()