#include <coconut_config.h>
#include <evaluator.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::func_islp_return_type |
The return type of the func_islp_eval evaluator. More... | |
class | coco::prep_islp_eval |
Preparation Evaluator for first order slopes. More... | |
struct | coco::func_islp_eval_type |
Visitor data for func_id_eval. More... | |
class | coco::func_islp_eval |
Forward function range evaluation with preparation of first order slope data. More... | |
struct | coco::islp_eval_type |
Visitor data for islp_eval. More... | |
class | coco::islp_eval |
Backward first order slope evaluation with prepared first order slope data. More... | |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Typedefs | |
typedef bool(* | coco::prep_islp_evaluator )() |
typedef func_islp_return_type(* | coco::func_islp_evaluator )(const std::vector< interval > *__x, const variable_indicator &__v, std::vector< interval > &__islp_data) |
typedef std::vector< interval > &(* | coco::islp_evaluator )(const std::vector< interval > &__d_dat, const variable_indicator &__v) |
Definition in file islp_evaluator.h.