In TreeWidthSolver.jl 0.2.0, the EliminationOrder contains the information about which indices are eliminated together.
The solver ExactTreeWidth() has been revised to work with the new EliminationOrder.
Fixed the bug that ExactTreeWidth solver can not properly handle scalar input.
Input tensors with no indices will be added to the construction tree of other tensors after optimization.
In TreeWidthSolver.jl 0.2.0, the
EliminationOrder
contains the information about which indices are eliminated together. The solverExactTreeWidth()
has been revised to work with the newEliminationOrder
.