Skip to content

Commit

Permalink
Merge pull request KarypisLab#16 from KarypisLab/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
karypis authored Sep 13, 2020
2 parents 9ac4e27 + 32c2d72 commit 556a0aa
Show file tree
Hide file tree
Showing 14 changed files with 1,210 additions and 48 deletions.
7 changes: 7 additions & 0 deletions include/metis.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ METIS_API(int) METIS_NodeRefine(idx_t nvtxs, idx_t *xadj, idx_t *vwgt, idx_t *ad
idx_t *where, idx_t *hmarker, real_t ubfactor);


/* These functions are used by DGL */

METIS_API(int) METIS_CacheFriendlyReordering(idx_t nvtxs, idx_t *xadj, idx_t *adjncy,
idx_t *part, idx_t *old2new);

#ifdef __cplusplus
}
#endif
Expand Down Expand Up @@ -262,6 +267,7 @@ typedef enum {
METIS_OPTION_IPTYPE,
METIS_OPTION_RTYPE,
METIS_OPTION_DBGLVL,
METIS_OPTION_NIPARTS,
METIS_OPTION_NITER,
METIS_OPTION_NCUTS,
METIS_OPTION_SEED,
Expand All @@ -275,6 +281,7 @@ typedef enum {
METIS_OPTION_NSEPS,
METIS_OPTION_UFACTOR,
METIS_OPTION_NUMBERING,
METIS_OPTION_DROPEDGES,

/* Used for command-line parameter purposes */
METIS_OPTION_HELP,
Expand Down
Loading

0 comments on commit 556a0aa

Please sign in to comment.