We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The output (both to stdout and file) between uniform sampling and t-wise sampling is inconsistent.
urs
t-wise
> ./ddnnife -i sandwich.dimacs urs -n 5 -1 2 -3 4 5 -6 -7 8 9 10 11 12 -13 14 15 16 17 -18 19 1 2 3 4 5 6 -7 8 9 10 11 -12 -13 -14 -15 16 17 -18 -19 1 2 -3 4 5 -6 -7 8 -9 10 -11 -12 -13 -14 -15 -16 -17 -18 19 -1 2 3 4 -5 -6 7 8 9 10 -11 -12 -13 -14 -15 16 17 -18 19 -1 2 -3 4 5 6 -7 8 9 10 -11 12 -13 14 15 16 -17 -18 19
> ./ddnnife -i sandwich.dimacs t-wise 0,1 2 -3 -4 5 -6 -7 8 -9 10 11 -12 -13 -14 -15 16 -17 -18 -19 1,-1 2 -3 4 5 -6 -7 8 -9 10 11 12 -13 -14 15 16 -17 18 19 2,-1 -2 3 4 -5 -6 7 8 -9 10 -11 -12 -13 14 15 -16 -17 -18 -19 3,1 2 3 4 5 6 -7 8 9 10 -11 -12 13 14 15 16 17 -18 19 4,-1 2 3 4 5 6 7 8 9 10 11 -12 13 14 15 -16 17 -18 19 5,-1 2 -3 4 -5 6 -7 8 9 10 11 12 -13 14 15 -16 17 -18 19 6,-1 -2 -3 -4 -5 6 7 8 9 10 -11 -12 13 -14 -15 -16 17 -18 -19 7,-1 2 -3 -4 -5 -6 -7 8 -9 10 -11 12 -13 -14 -15 16 -17 -18 -19 8,-1 2 3 4 5 -6 7 8 9 10 11 -12 13 -14 15 16 17 18 19 9,1 -2 3 4 -5 6 -7 8 9 10 -11 -12 13 -14 15 -16 17 18 -19 10,-1 -2 3 4 -5 6 -7 8 9 10 -11 12 13 -14 -15 -16 -17 -18 19
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The output (both to stdout and file) between uniform sampling and t-wise sampling is inconsistent.
urs
: no index, config white-space separatedt-wise
: indexed with comma, config white-space seperated> ./ddnnife -i sandwich.dimacs urs -n 5 -1 2 -3 4 5 -6 -7 8 9 10 11 12 -13 14 15 16 17 -18 19 1 2 3 4 5 6 -7 8 9 10 11 -12 -13 -14 -15 16 17 -18 -19 1 2 -3 4 5 -6 -7 8 -9 10 -11 -12 -13 -14 -15 -16 -17 -18 19 -1 2 3 4 -5 -6 7 8 9 10 -11 -12 -13 -14 -15 16 17 -18 19 -1 2 -3 4 5 6 -7 8 9 10 -11 12 -13 14 15 16 -17 -18 19
> ./ddnnife -i sandwich.dimacs t-wise 0,1 2 -3 -4 5 -6 -7 8 -9 10 11 -12 -13 -14 -15 16 -17 -18 -19 1,-1 2 -3 4 5 -6 -7 8 -9 10 11 12 -13 -14 15 16 -17 18 19 2,-1 -2 3 4 -5 -6 7 8 -9 10 -11 -12 -13 14 15 -16 -17 -18 -19 3,1 2 3 4 5 6 -7 8 9 10 -11 -12 13 14 15 16 17 -18 19 4,-1 2 3 4 5 6 7 8 9 10 11 -12 13 14 15 -16 17 -18 19 5,-1 2 -3 4 -5 6 -7 8 9 10 11 12 -13 14 15 -16 17 -18 19 6,-1 -2 -3 -4 -5 6 7 8 9 10 -11 -12 13 -14 -15 -16 17 -18 -19 7,-1 2 -3 -4 -5 -6 -7 8 -9 10 -11 12 -13 -14 -15 16 -17 -18 -19 8,-1 2 3 4 5 -6 7 8 9 10 11 -12 13 -14 15 16 17 18 19 9,1 -2 3 4 -5 6 -7 8 9 10 -11 -12 13 -14 15 -16 17 18 -19 10,-1 -2 3 4 -5 6 -7 8 9 10 -11 12 13 -14 -15 -16 -17 -18 19
The text was updated successfully, but these errors were encountered: