Skip to content

Finding wrong cliques (?) #9

Description

@levnikmyskin

Hi,
sorry to bother you guys again. I compiled your code and ran some tests on a toy network (you can find the .nde file and a screenshot at the end of this issue). However, I'm seeing weird outputs:

./build/text_ui -enumerator=sequential -system=clique -print test_g.nde

Output:

0 5 
5 6 7 
6 7 8 
1 2 
1 6 
2 7 8 
3 4 
3 8 
4 5 7 
Reading time: 0 ms
Setup time: 0 ms
Run time: 0 ms
Solutions found: 9
Computational tree size: 9
Solutions per ms: inf

As you can see, it says that 0-5 is a clique, but there is no edge between them. Am I doing something wrong?

test_g.nde:

9
0 3
1 4
2 2
3 3
4 5
5 4
6 4
7 1
8 2
0 1
0 4
0 8
1 2
1 4
1 5
2 3
3 4
3 6
4 5
4 6
5 6
6 7
8 5

test

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions