<networkx.classes.graph.Graph at 0x7f34ac8c5160>
eliminated_variables = set()
working_factors = {node: {factor for factor in self.factors[node]}
for node in self.factors}
// The set of cliques should be in the induced graph
cliques = set()
After Change
"order different from variables in model")
eliminated_variables = set()
working_factors = {node: [factor.scope() for factor in self.factors[node]]
for node in self.factors}
// The set of cliques should be in the induced graph
cliques = set()