#include <CouenneProblem.hpp>
Public Member Functions | |
| void | node (int, double, double, double, int, int) |
| void | color_vertex (register int k) |
| int | get_index () const |
| double | get_coeff () const |
| double | get_lb () const |
| double | get_ub () const |
| int | get_color () const |
| int | get_code () const |
| int | get_sign () const |
| void | bounds (register double a, register double b) |
Private Attributes | |
| int | index |
| double | coeff |
| double | lb |
| double | ub |
| int | color |
| int | code |
| int | sign |
Definition at line 52 of file CouenneProblem.hpp.
| void Node::node | ( | int | , | |
| double | , | |||
| double | , | |||
| double | , | |||
| int | , | |||
| int | ||||
| ) |
| void Node::color_vertex | ( | register int | k | ) | [inline] |
Definition at line 62 of file CouenneProblem.hpp.
| int Node::get_index | ( | ) | const [inline] |
Definition at line 63 of file CouenneProblem.hpp.
| double Node::get_coeff | ( | ) | const [inline] |
Definition at line 64 of file CouenneProblem.hpp.
| double Node::get_lb | ( | ) | const [inline] |
Definition at line 65 of file CouenneProblem.hpp.
| double Node::get_ub | ( | ) | const [inline] |
Definition at line 66 of file CouenneProblem.hpp.
| int Node::get_color | ( | ) | const [inline] |
Definition at line 67 of file CouenneProblem.hpp.
| int Node::get_code | ( | ) | const [inline] |
Definition at line 68 of file CouenneProblem.hpp.
| int Node::get_sign | ( | ) | const [inline] |
Definition at line 69 of file CouenneProblem.hpp.
| void Node::bounds | ( | register double | a, | |
| register double | b | |||
| ) | [inline] |
Definition at line 70 of file CouenneProblem.hpp.
int Node::index [private] |
Definition at line 53 of file CouenneProblem.hpp.
double Node::coeff [private] |
Definition at line 54 of file CouenneProblem.hpp.
double Node::lb [private] |
Definition at line 55 of file CouenneProblem.hpp.
double Node::ub [private] |
Definition at line 56 of file CouenneProblem.hpp.
int Node::color [private] |
Definition at line 57 of file CouenneProblem.hpp.
int Node::code [private] |
Definition at line 58 of file CouenneProblem.hpp.
int Node::sign [private] |
Definition at line 59 of file CouenneProblem.hpp.
1.6.1