Graphviz 14.0.0~dev.20250918.1035
|
#include <overlap.h>
Data Fields | |
double | constr_penalty |
int | edge_labeling_scheme |
int | n_constr_nodes |
int * | constr_nodes |
int * | irn |
int * | jcn |
double * | val |
SparseMatrix | A_constr |
SparseMatrix relative_position_constraints_struct::A_constr |
Definition at line 49 of file overlap.h.
Referenced by get_edge_label_matrix().
int* relative_position_constraints_struct::constr_nodes |
Definition at line 45 of file overlap.h.
Referenced by get_edge_label_matrix().
double relative_position_constraints_struct::constr_penalty |
Definition at line 38 of file overlap.h.
Referenced by get_edge_label_matrix().
int relative_position_constraints_struct::edge_labeling_scheme |
Definition at line 39 of file overlap.h.
Referenced by get_edge_label_matrix().
int* relative_position_constraints_struct::irn |
Definition at line 46 of file overlap.h.
Referenced by get_edge_label_matrix().
int* relative_position_constraints_struct::jcn |
Definition at line 47 of file overlap.h.
Referenced by get_edge_label_matrix().
int relative_position_constraints_struct::n_constr_nodes |
Definition at line 43 of file overlap.h.
Referenced by get_edge_label_matrix().
double* relative_position_constraints_struct::val |
Definition at line 48 of file overlap.h.
Referenced by get_edge_label_matrix().