Graphviz 14.0.2~dev.20251008.0253
|
#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 44 of file overlap.h.
Referenced by get_edge_label_matrix().
int* relative_position_constraints_struct::constr_nodes |
Definition at line 40 of file overlap.h.
Referenced by get_edge_label_matrix().
double relative_position_constraints_struct::constr_penalty |
Definition at line 33 of file overlap.h.
Referenced by get_edge_label_matrix().
int relative_position_constraints_struct::edge_labeling_scheme |
Definition at line 34 of file overlap.h.
Referenced by get_edge_label_matrix().
int* relative_position_constraints_struct::irn |
Definition at line 41 of file overlap.h.
Referenced by get_edge_label_matrix().
int* relative_position_constraints_struct::jcn |
Definition at line 42 of file overlap.h.
Referenced by get_edge_label_matrix().
int relative_position_constraints_struct::n_constr_nodes |
Definition at line 38 of file overlap.h.
Referenced by get_edge_label_matrix().
double* relative_position_constraints_struct::val |
Definition at line 43 of file overlap.h.
Referenced by get_edge_label_matrix().