Graphviz
13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
neato.h
Go to the documentation of this file.
1
/*************************************************************************
2
* Copyright (c) 2011 AT&T Intellectual Property
3
* All rights reserved. This program and the accompanying materials
4
* are made available under the terms of the Eclipse Public License v1.0
5
* which accompanies this distribution, and is available at
6
* https://www.eclipse.org/legal/epl-v10.html
7
*
8
* Contributors: Details at https://graphviz.org
9
*************************************************************************/
10
11
#pragma once
12
13
#include "config.h"
14
15
#define MODEL_SHORTPATH 0
16
#define MODEL_CIRCUIT 1
17
#define MODEL_SUBSET 2
18
#define MODEL_MDS 3
19
20
#define MODE_KK 0
21
#define MODE_MAJOR 1
22
#define MODE_HIER 2
23
#define MODE_IPSEP 3
24
#define MODE_SGD 4
25
26
#define INIT_ERROR -1
27
#define INIT_SELF 0
28
#define INIT_REGULAR 1
29
#define INIT_RANDOM 2
30
31
#include "
render.h
"
32
#include "
pathplan.h
"
33
#include <
neatogen/neatoprocs.h
>
34
#include <
neatogen/adjust.h
>
35
36
int
lu_decompose
(
double
**a,
int
n);
37
void
lu_solve
(
double
*x,
double
*b,
int
n);
adjust.h
lu_solve
void lu_solve(double *x, double *b, int n)
Definition
lu.c:135
lu_decompose
int lu_decompose(double **a, int n)
Definition
lu.c:65
neatoprocs.h
pathplan.h
finds and smooths shortest paths
render.h
lib
neatogen
neato.h
Generated by
1.9.8