Ask Your Question

Pegdwendé's profile - activity

2015-08-07 20:27:27 +0200 commented answer bug in the pq-trees library ?

Thanks, now it works with the new version !

2015-07-17 19:40:12 +0200 commented question bug in the pq-trees library ?

The initial PQ-tree is created like this :

sage: pqtree=P([[3, 5, 7],[4, 7], [1, 7], [3], [6],[0, 1, 3, 4],[0, 6], [0, 2, 5],[2], [2, 6]])

Then, if we execute the command pqtree.set_contiguous() successively on 0, 2, 4 we obtain the outcome as mentionned before.

But we obtain a good outcome with this order 2,4,0 for example.

2015-07-17 19:38:33 +0200 answered a question bug in the pq-trees library ?

The initial PQ-tree is created like this :

sage: pqtree=P([[3, 5, 7],[4, 7], [1, 7], [3], [6],[0, 1, 3, 4],[0, 6], [0, 2, 5],[2], [2, 6]])

Then, if we execute the command pqtree.set_contiguous() successively on 0, 2, 4 we obtain the outcome as mentionned before.

But we obtain a good outcome with this order 2,4,0 for example.