dwave.samplers.TreeDecompositionSolver.properties# TreeDecompositionSolver.properties = {'max_treewidth': 25}[source]# Information about the solver. Examples >>> from dwave.samplers import TreeDecompositionSolver >>> solver = TreeDecompositionSolver() >>> solver.properties {'max_treewidth': 25}