AlgebraicJulia / StructuredDecompositions.jl

Structured decompositions!
https://algebraicjulia.github.io/StructuredDecompositions.jl
MIT License
7 stars 1 forks source link

Return JunctionTree as a StructuredDecomposition #7

Open jpfairbanks opened 7 months ago

jpfairbanks commented 7 months ago

We are pre 1.0 so we can just change return types at will. If there is no computational cost, then we should just return a StructuredDecomposition from the junction tree code, if there is a cost, then we should have a converter that will convert between them.