MPSolve 3.2.1
|
Header containing various tools used to interact with the system. More...
#include <mps/mps.h>
Go to the source code of this file.
Macros | |
#define | LOG2 0.69314718055994530941 |
#define | LOG10 2.30258509299404568401 |
#define | LOG10_2 0.30102999566398119521 |
#define | LOG2_10 3.32192809488736234787 |
#define | PI 3.14159265358979323846 |
#define | MAX(A, B) |
#define | MIN(A, B) |
#define | mps_boolean_valloc(N) |
#define | mps_boolean_vclear(V, N) |
#define | mps_boolean_vfree(V) |
#define | char_valloc(N) |
#define | char_vclear(V, N) |
#define | char_vfree(V) |
#define | int_valloc(N) |
#define | int_vclear(V, N) |
#define | int_vfree(V) |
#define | long_valloc(N) |
#define | long_vclear(V, N) |
#define | long_vfree(V) |
#define | float_valloc(N) |
#define | float_vclear(V, N) |
#define | float_vfree(V) |
#define | double_valloc(N) |
#define | double_vclear(V, N) |
#define | double_vfree(V) |
Header containing various tools used to interact with the system.
It contains convenience function to obtain random values, and define the mps_boolean
type.
#define char_valloc | ( | N | ) |
#define char_vclear | ( | V, | |
N ) |
#define char_vfree | ( | V | ) |
#define double_valloc | ( | N | ) |
#define double_vclear | ( | V, | |
N ) |
#define double_vfree | ( | V | ) |
#define float_valloc | ( | N | ) |
#define float_vclear | ( | V, | |
N ) |
#define float_vfree | ( | V | ) |
#define int_valloc | ( | N | ) |
#define int_vclear | ( | V, | |
N ) |
#define int_vfree | ( | V | ) |
#define long_valloc | ( | N | ) |
#define long_vclear | ( | V, | |
N ) |
#define long_vfree | ( | V | ) |
#define MAX | ( | A, | |
B ) |
#define MIN | ( | A, | |
B ) |
#define mps_boolean_valloc | ( | N | ) |
#define mps_boolean_vclear | ( | V, | |
N ) |
#define mps_boolean_vfree | ( | V | ) |