#include <lpc.h>
Definition at line 17 of file lpc.h.
◆ VOL_lp()
◆ ~VOL_lp()
Definition at line 36 of file lpc.h.
◆ build_col()
void VOL_lp::build_col |
( |
int |
row, |
|
|
double |
el |
|
) |
| |
◆ rhs()
void VOL_lp::rhs |
( |
int |
row, |
|
|
double |
lb, |
|
|
double |
ub |
|
) |
| |
◆ finish_up()
void VOL_lp::finish_up |
( |
| ) |
|
◆ n_cols()
Definition at line 40 of file lpc.h.
◆ set_nrows()
void VOL_lp::set_nrows |
( |
const int |
n | ) |
|
◆ intcol()
void VOL_lp::intcol |
( |
int |
j | ) |
|
◆ addobj()
void VOL_lp::addobj |
( |
double |
xx | ) |
|
◆ addel()
void VOL_lp::addel |
( |
int |
row, |
|
|
double |
el |
|
) |
| |
◆ startcol()
void VOL_lp::startcol |
( |
| ) |
|
◆ ub()
void VOL_lp::ub |
( |
const int |
i, |
|
|
const double |
x |
|
) |
| |
◆ lb()
void VOL_lp::lb |
( |
const int |
i, |
|
|
const double |
x |
|
) |
| |
◆ init_bounds()
void VOL_lp::init_bounds |
( |
const int |
n | ) |
|
◆ ncols
Definition at line 19 of file lpc.h.
◆ nrows
Definition at line 19 of file lpc.h.
◆ nels
Definition at line 19 of file lpc.h.
◆ maxcols
Definition at line 20 of file lpc.h.
◆ nints
Definition at line 20 of file lpc.h.
◆ mrow
Definition at line 21 of file lpc.h.
◆ mcstrt
Definition at line 22 of file lpc.h.
◆ dels
Definition at line 23 of file lpc.h.
◆ dcost
Definition at line 24 of file lpc.h.
◆ dloc
Definition at line 25 of file lpc.h.
◆ dupc
Definition at line 26 of file lpc.h.
◆ dlor
Definition at line 27 of file lpc.h.
◆ dupr
Definition at line 28 of file lpc.h.
◆ intnums
Definition at line 29 of file lpc.h.
◆ check_col
Definition at line 30 of file lpc.h.
◆ mr
Definition at line 31 of file lpc.h.
◆ mc
Definition at line 32 of file lpc.h.
◆ els
vector<double> VOL_lp::els |
Definition at line 33 of file lpc.h.
◆ cost
vector<double> VOL_lp::cost |
Definition at line 34 of file lpc.h.
The documentation for this class was generated from the following file:
- Vol/examples/Volume-LP/lpc.h