We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93e219 commit 926574bCopy full SHA for 926574b
benchmarks/BENCHMARK_VERSION
@@ -1 +1 @@
1
-1.0.8
+1.0.9
benchmarks/benchmark_minflowdecomp.py
@@ -74,6 +74,16 @@
74
'optimize_with_given_weights': True,
75
'use_min_gen_set_lowerbound_partition_constraints': True,
76
},
77
+ 'greedy': {
78
+ 'optimize_with_greedy': True,
79
+ 'optimize_with_flow_safe_paths': False,
80
+ 'optimize_with_safe_paths': False,
81
+ 'optimize_with_safe_sequences': True,
82
+ 'optimize_with_safe_zero_edges': True,
83
+ 'optimize_with_symmetry_breaking': False,
84
+ 'use_min_gen_set_lowerbound': False,
85
+ 'use_min_gen_set_lowerbound_partition_constraints': False,
86
+ },
87
'greedy+min_gen_set': {
88
'optimize_with_greedy': True,
89
'optimize_with_flow_safe_paths': False,
0 commit comments