Osi 0.108.11
Loading...
Searching...
No Matches
OsiTestSolver.hpp File Reference
#include <cfloat>
#include <algorithm>
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include "CoinFinite.hpp"
Include dependency graph for OsiTestSolver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  VOL_parms
 This class contains the parameters controlling the Volume Algorithm. More...
class  VOL_dvector
 vector of doubles. More...
class  VOL_ivector
 vector of ints. More...
class  VOL_primal
class  VOL_dual
class  VOL_swing
class  VOL_alpha_factor
class  VOL_vh
class  VOL_indc
class  VOL_user_hooks
 The user hooks should be overridden by the user to provide the problem specific routines for the volume algorithm. More...
class  VOL_problem
 This class holds every data for the Volume Algorithm and its solve method must be invoked to solve the problem. More...

Macros

#define VOL_DEBUG   0
#define VOL_TEST_INDEX(i, size)
#define VOL_TEST_SIZE(size)

Functions

template<class T>
static T VolMax (const T x, const T y)
template<class T>
static T VolAbs (const T x)

Macro Definition Documentation

◆ VOL_DEBUG

#define VOL_DEBUG   0

Definition at line 20 of file OsiTestSolver.hpp.

◆ VOL_TEST_INDEX

#define VOL_TEST_INDEX ( i,
size )

Definition at line 51 of file OsiTestSolver.hpp.

◆ VOL_TEST_SIZE

#define VOL_TEST_SIZE ( size)

Definition at line 52 of file OsiTestSolver.hpp.

Function Documentation

◆ VolMax()

template<class T>
T VolMax ( const T x,
const T y )
inlinestatic

Definition at line 24 of file OsiTestSolver.hpp.

◆ VolAbs()

template<class T>
T VolAbs ( const T x)
inlinestatic

Definition at line 29 of file OsiTestSolver.hpp.