#include <SmiDiscreteDistribution.hpp>
Public Member Functions | |
| void | addEvent (CoinPackedMatrix &matrix, CoinPackedVector &dclo, CoinPackedVector &dcup, CoinPackedVector &dobj, CoinPackedVector &drlo, CoinPackedVector &drup, double prob) |
| void | addEvent (OsiSolverInterface &osi, double prob) |
| const CoinPackedMatrix & | getEventMatrix (int i) |
| const CoinPackedVector & | getEventColLower (int i) |
| const CoinPackedVector & | getEventColUpper (int i) |
| const CoinPackedVector & | getEventObjective (int i) |
| const CoinPackedVector & | getEventRowLower (int i) |
| const CoinPackedVector & | getEventRowUpper (int i) |
| double | getEventProb (int i) |
| size_t | getNumEvents () |
| int | getStage () |
| void | setStage (int p) |
| SmiDiscreteRV () | |
| SmiDiscreteRV (int p) | |
| ~SmiDiscreteRV () | |
Private Attributes | |
| std::vector< SmiDiscreteEvent * > | events_ |
| SmiStageIndex | stg_ |
| double | prob_ |
Friends | |
| void | SmiDiscreteUnitTest () |
Definition at line 82 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 111 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 112 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 113 of file SmiDiscreteDistribution.hpp.
| void SmiDiscreteRV::addEvent | ( | CoinPackedMatrix & | matrix, |
| CoinPackedVector & | dclo, | ||
| CoinPackedVector & | dcup, | ||
| CoinPackedVector & | dobj, | ||
| CoinPackedVector & | drlo, | ||
| CoinPackedVector & | drup, | ||
| double | prob | ||
| ) |
|
inline |
Definition at line 90 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 98 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 99 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 100 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 101 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 102 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 103 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 104 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 108 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 109 of file SmiDiscreteDistribution.hpp.
|
inline |
Definition at line 110 of file SmiDiscreteDistribution.hpp.
|
friend |
|
private |
Definition at line 118 of file SmiDiscreteDistribution.hpp.
|
private |
Definition at line 119 of file SmiDiscreteDistribution.hpp.
|
private |
Definition at line 120 of file SmiDiscreteDistribution.hpp.
1.8.5