Graphviz 13.0.0~dev.20241222.1117
|
#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 | ||
) |