#include <coconut_config.h>
#include <evaluator.h>
#include <expression.h>
#include <model.h>
#include <eval_main.h>
#include <linalg.h>
#include <math.h>
#include <cinterval.h>
#include <api_exception.h>
Go to the source code of this file.
Classes | |
struct | coco::b_interval_eval_type |
class | coco::b_interval_eval |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Typedefs | |
typedef b_interval(* | coco::b_interval_evaluator )(const std::vector< b_interval > *__x, const variable_indicator &__v) |
Definition in file bint_evaluator.h.