min_cost_flow
GraphsOptim.min_cost_flow!
We denote by:
fthe edge flow variablecthe edge costaandbthe min and max edge capacitydthe vertex demand
The objective function is
The edge capacity constraint dictates that for all
The flow conservation constraint with node demand dictates that for all
where the incoming flow
!!! danger "Work in progress" Come back later!
min_cost_assignment
GraphsOptim.min_cost_assignment!
!!! danger "Work in progress" Come back later!
graph_matching
!!! danger "Work in progress" Come back later!
minimum_coloring
GraphsOptim.is_binary
GraphsOptim.is_square
GraphsOptim.is_stochastic
GraphsOptim.is_doubly_stochastic
GraphsOptim.is_permutation_matrix
GraphsOptim.flat_doubly_stochastic