Oddness |
HomeAuthor |
OddnessThis page contains two independent programs for computing the oddness of a bridgeless cubic graph. The oddness of a bridgeless cubic graph is the minimum number of odd components in any 2-factor of the graph. Oddness_perf_matching computes the oddness by constructing perfect matchings and Oddness_2factor_slower computes the oddness by constructing 2-factors by searching for disjoint cycles. The program which constructs the perfect matchings is by far the fastest. The programs were used in the following manuscripts.
The programs can be downloaded here. The programs are released under the GNU General Public License (GPL) and have been tested on Linux and Mac OS X. Installation instructions:
Remark: the inputgraphs are read from stdin in multicode format and the graphs with oddness at least 4 are written to stdout. Don't hesitate to contact me at jan.goedgebeur[at]ugent.be if you have any further questions or suggestions. |