#include <coconut_config.h>#include <evaluator.h>#include <expression.h>#include <model.h>#include <eval_main.h>#include <linalg.h>#include <math.h>#include <api_exception.h>


Go to the source code of this file.
Classes | |
| struct | coco::interval_eval_type |
| Visitor data for interval_eval. More... | |
| class | coco::interval_eval |
| Forward function range evaluation. More... | |
Namespaces | |
| namespace | coco |
| the main namespace of the COCONUT API | |
Typedefs | |
| typedef interval(* | coco::interval_evaluator )(const std::vector< interval > *__x, const variable_indicator &__v) |
Definition in file int_evaluator.h.
1.5.8