DinicsResult<T> constructor
const
DinicsResult<T> ({})
Implementation
const DinicsResult({
required this.maxFlow,
required this.flowNetwork,
required this.phasesCount,
required this.layeredNetworks,
required this.blockingFlows,
required this.executionTime,
});