FixedSymmetricProblem

class compas_tno.problems.FixedSymmetricProblem

Bases: Problem

Problem with both fixed diagram and symmetry constraints.

This specialized problem class combines the features of FixedProblem and SymmetricProblem, applying both independent edge computation and symmetry reduction.

Methods

from_formdiagram

Create a FixedSymmetricProblem from a FormDiagram.