Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow cutter can fail to parse output file when no decomposition is found #10

Closed
brenjohn opened this issue Apr 15, 2021 · 2 comments · Fixed by #11
Closed

Flow cutter can fail to parse output file when no decomposition is found #10

brenjohn opened this issue Apr 15, 2021 · 2 comments · Fixed by #11

Comments

@brenjohn
Copy link
Member

When flow cutter fails to find a tree decomposition for a graph it often generates an empty output file. However, there are edge cases where flow cutter will write a comment to the output file indicating that no tree decomposition was found followed by several empty lines. These empty lines can cause an error as when the output file is being parsed it is assumed that lines that do not begin either a 'c', 's' or 'b' identify an edge in a tree as described in appendix B here https://pacechallenge.wordpress.com/pace-2017/track-a-treewidth/

@brenjohn
Copy link
Member Author

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/34424

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.6 -m "<description of version>" 72fc2cfcc49f6101c0607b88fb91cbd6afefde76
git push origin v0.1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants