|
Graphviz 14.0.3~dev.20251028.0232
|
#include "config.h"#include <neatogen/overlap.h>#include <stdatomic.h>#include <util/alloc.h>#include <common/types.h>#include <sparse/SparseMatrix.h>Go to the source code of this file.
Functions | |
| void | remove_overlap (int dim, SparseMatrix A, double *x, double *label_sizes, int ntry, double initial_scaling, int edge_labeling_scheme, int n_constr_nodes, int *constr_nodes, SparseMatrix A_constr, bool do_shrinking) |
| void remove_overlap | ( | int | dim, |
| SparseMatrix | A, | ||
| double * | x, | ||
| double * | label_sizes, | ||
| int | ntry, | ||
| double | initial_scaling, | ||
| int | edge_labeling_scheme, | ||
| int | n_constr_nodes, | ||
| int * | constr_nodes, | ||
| SparseMatrix | A_constr, | ||
| bool | do_shrinking | ||
| ) |
Definition at line 586 of file overlap.c.
References A, agerrorf(), and dim.
Referenced by makeMap(), and multilevel_spring_electrical_embedding().