|
PIPS-NLP
|
#include "ps.h"#include "stdio.h"#include <cstdlib>#include <cstring>#include <iostream>#include <fstream>#include "math.h"#include "graphPart.h"#include <assert.h>Functions | |
| void | METIS_PartGraphKway (int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *) |
| void | METIS_PartGraphRecursive (int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *) |
Variables | |
| static int | maxnpart = 100 |
| void METIS_PartGraphKway | ( | int * | , |
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | |||
| ) |
| void METIS_PartGraphRecursive | ( | int * | , |
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | , | ||
| int * | |||
| ) |
|
static |
1.8.11