|
TPCCLIB
|
Optimality Criteria for other libraries. More...
#include "tpcclibConfig.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "tpcextensions.h"#include "tpcmodels.h"Go to the source code of this file.
Functions | |
| unsigned int | optcritNr () |
| char * | optcritCode (optimality_criterion id) |
| char * | optcritDesc (optimality_criterion id) |
| optimality_criterion | optcritId (const char *s) |
Optimality Criteria for other libraries.
Definition in file optcrit.c.
| char * optcritCode | ( | optimality_criterion | id | ) |
Get string representation of an optimality criterion.
| id | Optimality criterion. |
Definition at line 60 of file optcrit.c.
| char * optcritDesc | ( | optimality_criterion | id | ) |
Get description of an optimality criterion.
| id | Optimality criterion. |
Definition at line 74 of file optcrit.c.
| optimality_criterion optcritId | ( | const char * | s | ) |
Get the Id for the string representation of optimality criterion code string.
| s | Optimality criterion code string; code is case-insensitive, but otherwise exact match is required. |
Definition at line 88 of file optcrit.c.
| unsigned int optcritNr | ( | ) |
Number of optimality criteria.
Definition at line 47 of file optcrit.c.
Referenced by optcritCode(), optcritDesc(), and optcritId().