ArrogantGao / TreeWidthSolver.jl

Implementation of the tree width algorithms.
MIT License
15 stars 1 forks source link

Xz/elimination order #12

Closed ArrogantGao closed 3 months ago

ArrogantGao commented 3 months ago

updated the EliminationOrder as vector of vector, vertices in the same inner vector are eliminated at the same time.