Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
circuit.c File Reference
#include <neatogen/neato.h>
Include dependency graph for circuit.c:

Go to the source code of this file.

Functions

int solveCircuit (int nG, double **Gm, double **Gm_inv)
 
int circuit_model (graph_t *g, int nG)
 

Function Documentation

◆ circuit_model()

int circuit_model ( graph_t g,
int  nG 
)

Definition at line 38 of file circuit.c.

References agfstedge(), agfstnode(), aghead, agnxtedge(), agnxtnode(), AGSEQ, agtail, ED_dist, free_array(), GD_dist, new_array(), and solveCircuit().

Referenced by kkNeato().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ solveCircuit()

int solveCircuit ( int  nG,
double **  Gm,
double **  Gm_inv 
)

Definition at line 19 of file circuit.c.

References matinv(), and Verbose.

Referenced by circuit_model(), and circuitModel().

Here is the call graph for this function:
Here is the caller graph for this function: