|
Graphviz 14.1.0~dev.20251204.0554
|
#include <iostream>#include <vector>Go to the source code of this file.
Data Structures | |
| class | Rectangle |
| Functions to automatically generate constraints for the rectangular node overlap removal problem. More... | |
Functions | |
| int | generateXConstraints (const std::vector< Rectangle > &rs, Variable **vars, Constraint **&cs, const bool useNeighbourLists) |
| int | generateYConstraints (const std::vector< Rectangle > &rs, Variable **vars, Constraint **&cs) |
| int generateXConstraints | ( | const std::vector< Rectangle > & | rs, |
| Variable ** | vars, | ||
| Constraint **& | cs, | ||
| const bool | useNeighbourLists | ||
| ) |
| int generateYConstraints | ( | const std::vector< Rectangle > & | rs, |
| Variable ** | vars, | ||
| Constraint **& | cs | ||
| ) |