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

Inconsistent Sample Format (urs / t-wise) #40

Open
h3ssto opened this issue Nov 2, 2024 · 0 comments
Open

Inconsistent Sample Format (urs / t-wise) #40

h3ssto opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@h3ssto
Copy link

h3ssto commented Nov 2, 2024

The output (both to stdout and file) between uniform sampling and t-wise sampling is inconsistent.

  • urs: no index, config white-space separated
  • t-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
@h3ssto h3ssto added the enhancement New feature or request label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant