SpiNNakerManchester / PACMAN

Partition and Configuration Manager for SpiNNaker
Apache License 2.0
9 stars 7 forks source link

Constraints #428

Closed Christian-B closed 2 years ago

Christian-B commented 2 years ago

fixes https://github.com/SpiNNakerManchester/PACMAN/issues/406

Note: ResourceTracker adds support for ChipAndCoreConstraint BoardConstraint RadialPlacementFromChipConstraint

So no need to add it in _RadialPlacer as well.

Not worth finding out why SameChipAsConstraint does not work in connective_based_placer as no one other than a unittest has ever even tried that combination.