#include <islp_evaluator.h>
Inheritance diagram for islp_eval:
Public Types | |
typedef cached_evaluator_base< islp_eval_type, expression_node, bool, model::walker >::node_data_type | node_data_type |
typedef cached_evaluator_base< islp_eval_type, expression_node, bool, model::walker >::return_value | return_value |
typedef cached_evaluator_base< islp_eval_type, expression_node, bool, model::walker >::walker | walker |
typedef islp_eval_type | data_type |
Public Methods | |
islp_eval (std::vector< std::vector< interval > > &__der_data, variable_indicator &__v, const model &__m, std::vector< std::vector< interval > > *__d, std::vector< interval > &__islp) | |
islp_eval (const islp_eval &__d) | |
~islp_eval () | |
void | new_point (std::vector< std::vector< interval > > &__der_data, const variable_indicator &__v) |
void | new_result (std::vector< interval > &__islp) |
void | set_mult (double scal) |
model::walker | short_cut_to (const expression_node &__data) |
void | initialize () |
int | calculate (const expression_node &__data) |
void | cleanup (const expression_node &__data) |
void | retrieve_from_cache (const expression_node &__data) |
int | update (const bool &__rval) |
int | update (const expression_node &__data, const bool &__rval) |
bool | calculate_value (bool eval_all) |
int | preorder (const node_data_type &__data) |
void | postorder (const node_data_type &__data) |
int | collect (const node_data_type &__data, const return_value &__rval) |
int | vcollect (const return_value &__rval) |
void | vinit () |
return_value | value () |
return_value | vvalue () |
virtual int | calculate (const node_data_type &__data) |
virtual void | cleanup (const node_data_type &__data) |
virtual void | retrieve_from_cache (const node_data_type &__data) |
virtual int | update (const node_data_type &__data, const return_value &__rval) |
virtual int | update (const return_value &__rval) |
virtual walker | short_cut_to (const node_data_type &__data) PURE_VIRTUAL public |
Protected Methods | |
bool | is_cached (const node_data_type &__data) |
Protected Attributes | |
const variable_indicator * | v_ind |
islp_eval_type | eval_data |
|
Definition at line 245 of file evaluator.h. |
|
Reimplemented from cached_evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 444 of file evaluator.h. |
|
Reimplemented from cached_evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 446 of file evaluator.h. |
|
Reimplemented from cached_evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 448 of file evaluator.h. |
|
Definition at line 1416 of file islp_evaluator.h. |
|
Definition at line 1430 of file islp_evaluator.h. |
|
Definition at line 1432 of file islp_evaluator.h. |
|
Definition at line 476 of file evaluator.h. |
|
Definition at line 1462 of file islp_evaluator.h. |
|
Reimplemented from cached_backward_evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 1561 of file islp_evaluator.h. |
|
Definition at line 477 of file evaluator.h. |
|
Definition at line 1515 of file islp_evaluator.h. |
|
Reimplemented from _evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 466 of file evaluator.h. |
|
Reimplemented from cached_backward_evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 1456 of file islp_evaluator.h. |
|
Reimplemented from cached_backward_evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 1403 of file islp_evaluator.h. |
|
Definition at line 1434 of file islp_evaluator.h. |
|
Definition at line 1441 of file islp_evaluator.h. |
|
Reimplemented from _evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 465 of file evaluator.h. |
|
Reimplemented from cached_evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 456 of file evaluator.h. |
|
Definition at line 478 of file evaluator.h. |
|
Definition at line 1527 of file islp_evaluator.h. |
|
Definition at line 1446 of file islp_evaluator.h. |
|
Definition at line 303 of file evaluator.h. |
|
Definition at line 1452 of file islp_evaluator.h. |
|
Definition at line 481 of file evaluator.h. |
|
Definition at line 479 of file evaluator.h. |
|
Definition at line 1542 of file islp_evaluator.h. |
|
Definition at line 1535 of file islp_evaluator.h. |
|
Reimplemented from _evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 471 of file evaluator.h. |
|
Reimplemented from _evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 468 of file evaluator.h. |
|
Definition at line 470 of file evaluator.h. |
|
Reimplemented from _evaluator_base< islp_eval_type, expression_node, bool, model::walker >. Definition at line 472 of file evaluator.h. |
|
Definition at line 252 of file evaluator.h. |
|
Definition at line 295 of file evaluator.h. |