This file contains various routines for dealing with options and ctrl_t. More...
#include "metislib.h"
Go to the source code of this file.
Functions | |
int | CheckParams (ctrl_t *ctrl) |
void | FreeCtrl (ctrl_t **r_ctrl) |
void | PrintCtrl (ctrl_t *ctrl) |
void | Setup2WayBalMultipliers (ctrl_t *ctrl, graph_t *graph, real_t *tpwgts) |
ctrl_t * | SetupCtrl (moptype_et optype, idx_t *options, idx_t ncon, idx_t nparts, real_t *tpwgts, real_t *ubvec) |
void | SetupKWayBalMultipliers (ctrl_t *ctrl, graph_t *graph) |
This file contains various routines for dealing with options and ctrl_t.
$Id: options.c 13901 2013-03-24 16:17:03Z karypis $
Definition in file options.c.
void FreeCtrl | ( | ctrl_t ** | r_ctrl | ) |
void PrintCtrl | ( | ctrl_t * | ctrl | ) |