#include <lpsubosi.h>
Inheritance diagram for ABA_LPSUBOSI:

Public Member Functions | |
| ABA_LPSUBOSI (ABA_MASTER *master, ABA_SUB *sub) | |
| The constructor calls the function initialize() of the base classABA_LPSUB, which sets up the linear program and passes the data to the LP-solver. | |
| virtual | ~ABA_LPSUBOSI () |
| The destructor. | |
Private Member Functions | |
| ABA_LPSUBOSI (const ABA_LPSUBOSI &rhs) | |
| const ABA_LPSUBOSI & | operator= (const ABA_LPSUBOSI &rhs) |
Definition at line 34 of file lpsubosi.h.
| ABA_LPSUBOSI::ABA_LPSUBOSI | ( | ABA_MASTER * | master, | |
| ABA_SUB * | sub | |||
| ) |
The constructor calls the function initialize() of the base classABA_LPSUB, which sets up the linear program and passes the data to the LP-solver.
| master | A pointer to the corresponding master of the optimization. | |
| sub | The subproblem of which the LP-relaxation is solved. |
| virtual ABA_LPSUBOSI::~ABA_LPSUBOSI | ( | ) | [virtual] |
The destructor.
| ABA_LPSUBOSI::ABA_LPSUBOSI | ( | const ABA_LPSUBOSI & | rhs | ) | [private] |
| const ABA_LPSUBOSI& ABA_LPSUBOSI::operator= | ( | const ABA_LPSUBOSI & | rhs | ) | [private] |
1.5.1