@@ -682,5 +682,5 @@
// Initialize the algorithm
ProblemType init() {
if (_node_num == 0) return INFEASIBLE;
if (_node_num <= 1) return INFEASIBLE;
// Check the sum of supply values
@@ -713,5 +713,5 @@
if (_res_node_num == 0) return INFEASIBLE;
if (_res_node_num <= 1) return INFEASIBLE;