CutPool Member List
This is the complete list of members for
CutPool, including all inherited members.
add_cut(Pointer< SimpleCut >, Pointer< MinlpNode > node, int blocknr=-1) | CutPool | |
add_cut(Pointer< IntervalGradientCut > intgradcut, Pointer< MinlpNode > node, int blocknr) | CutPool | |
add_cut(Pointer< LinearizationCut > linearizationcut, Pointer< MinlpNode > node, int blocknr) | CutPool | |
CutPool(int inactivetime_limit_global_=10, int inactivetime_limit_local_=3) | CutPool | [inline] |
CutPool(const CutPool &cutpool, Pointer< MinlpNode > node=NULL) | CutPool | |
cuts_size | CutPool | [private] |
CutType enum name | CutPool | |
duplicate_nodeinfo(Pointer< MinlpNode > oldnode, Pointer< MinlpNode > newnode) | CutPool | |
feasible(Pointer< MinlpNode > node, const dvector &x, double tol=1E-4) const | CutPool | |
get_cuts(list< CutInfo > &cutinfos, int blocknr, Pointer< MinlpNode > node=NULL) | CutPool | |
inactivetime_limit_global | CutPool | [private] |
inactivetime_limit_local | CutPool | [private] |
integrate(const CutPool &cutpool, Pointer< MinlpNode > node=NULL) | CutPool | |
INTERVALGRADIENT enum value | CutPool | |
intgradcuts | CutPool | [private] |
LINEARIZATION enum value | CutPool | |
linearizationcuts | CutPool | [private] |
nr_all_cuts() const | CutPool | [inline] |
nr_global_cuts() const | CutPool | |
nr_local_cuts(Pointer< MinlpNode > node) const | CutPool | |
remove_node(Pointer< MinlpNode > node) | CutPool | |
SIMPLE enum value | CutPool | |
simplecuts | CutPool | [private] |
update_cuts(Pointer< MinlpNode > node, int blocknr, const dvector &low, const dvector &up, IntervalGradientCutGenerator &generator, LinearizedConCutGenerator &linconcutgen) | CutPool | |
update_nodeinfo(list< CutInfo > &cutinfos, int block_nr, Pointer< MinlpNode > node) | CutPool | |