#include <ider_evaluator.h>
Inheritance diagram for ider_eval:
Public Types | |
typedef cached_evaluator_base< ider_eval_type, expression_node, bool, model::walker >::node_data_type | node_data_type |
typedef cached_evaluator_base< ider_eval_type, expression_node, bool, model::walker >::return_value | return_value |
typedef cached_evaluator_base< ider_eval_type, expression_node, bool, model::walker >::walker | walker |
typedef ider_eval_type | data_type |
Public Methods | |
ider_eval (std::vector< interval > __x, std::vector< std::vector< interval > > &__ider_data, variable_indicator &__v, const model &__m, std::vector< std::vector< interval > > *__d, std::vector< interval > &__grad) | |
ider_eval (const ider_eval &__d) | |
~ider_eval () | |
void | new_box (std::vector< std::vector< interval > > &__ider_data, const variable_indicator &__v) |
void | new_result (std::vector< interval > &__grad) |
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 |
ider_eval_type | eval_data |
|
Definition at line 245 of file evaluator.h. |
|
Reimplemented from cached_evaluator_base< ider_eval_type, expression_node, bool, model::walker >. Definition at line 444 of file evaluator.h. |
|
Reimplemented from cached_evaluator_base< ider_eval_type, expression_node, bool, model::walker >. Definition at line 446 of file evaluator.h. |
|
Reimplemented from cached_evaluator_base< ider_eval_type, expression_node, bool, model::walker >. Definition at line 448 of file evaluator.h. |
|
Definition at line 1245 of file ider_evaluator.h. |
|
Definition at line 1260 of file ider_evaluator.h. |
|
Definition at line 1262 of file ider_evaluator.h. |
|
Definition at line 476 of file evaluator.h. |
|
Definition at line 1292 of file ider_evaluator.h. |
|
Reimplemented from cached_backward_evaluator_base< ider_eval_type, expression_node, bool, model::walker >. Definition at line 1389 of file ider_evaluator.h. |
|
Definition at line 477 of file evaluator.h. |
|
Definition at line 1345 of file ider_evaluator.h. |
|
Reimplemented from _evaluator_base< ider_eval_type, expression_node, bool, model::walker >. Definition at line 466 of file evaluator.h. |
|
Reimplemented from cached_backward_evaluator_base< ider_eval_type, expression_node, bool, model::walker >. Definition at line 1286 of file ider_evaluator.h. |
|
Reimplemented from cached_backward_evaluator_base< ider_eval_type, expression_node, bool, model::walker >. Definition at line 1232 of file ider_evaluator.h. |
|
Definition at line 1264 of file ider_evaluator.h. |
|
Definition at line 1271 of file ider_evaluator.h. |
|
Reimplemented from _evaluator_base< ider_eval_type, expression_node, bool, model::walker >. Definition at line 465 of file evaluator.h. |
|
Reimplemented from cached_evaluator_base< ider_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 1356 of file ider_evaluator.h. |
|
Definition at line 1276 of file ider_evaluator.h. |
|
Definition at line 303 of file evaluator.h. |
|
Definition at line 1282 of file ider_evaluator.h. |
|
Definition at line 481 of file evaluator.h. |
|
Definition at line 479 of file evaluator.h. |
|
Definition at line 1370 of file ider_evaluator.h. |
|
Definition at line 1363 of file ider_evaluator.h. |
|
Reimplemented from _evaluator_base< ider_eval_type, expression_node, bool, model::walker >. Definition at line 471 of file evaluator.h. |
|
Reimplemented from _evaluator_base< ider_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< ider_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. |