Module libreda_pnr::place::placement_problem_overlay
source · Expand description
Incremental updates for a PlacementProblem.
Modules
- The
preludehelps to import most commonly used modules.
Structs
- Overlay data for
PlacementProblems. This struct takes aPlacementProblemand stores updates of initial positions, placement status and net weights. All values which where not set to new values default back to the underlyingPlacementProblem. This allows to update such values of a immutablePlacementProblemwith no cloning.