Graphviz 12.0.1~dev.20240716.0800
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
36int lu_decompose(double **a, int n);
37void lu_solve(double *x, double *b, int n);
void lu_solve(double *x, double *b, int n)
Definition lu.c:135
int lu_decompose(double **a, int n)
Definition lu.c:65
finds and smooths shortest paths