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

Allow '-' to be passed as input and output. #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vstakhov
Copy link

Separate input and output and allow '-' symbols to be passed as
the names of files specifying that stdin and stdout should be used
for input and output respecitvely.

Also move all debug/verbose and other service output from stdout
to stderr to allow the complete solution be passed to stdout.

This patch allows minisat to be incorporated with other unix utilites
that uses pipes for communication and not files.

Separate input and output and allow '-' symbols to be passed as
the names of files specifying that stdin and stdout should be used
for input and output respecitvely.

Also move all debug/verbose and other service output from stdout
to stderr to allow the complete solution be passed to stdout.

This patch allows minisat to be incorporated with other unix utilites
that uses pipes for communication and not files.
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 this pull request may close these issues.

1 participant