#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>
#include <Islope.h>
Go to the source code of this file.
Classes | |
struct | coco::Islope_eval_type |
Visitor data for Islope_eval. More... | |
class | coco::Islope_eval |
Forward function range evaluation. More... | |
Namespaces | |
namespace | coco |
the main namespace of the COCONUT API | |
Typedefs | |
typedef Islope(* | coco::Islope_evaluator )(const std::vector< Islope > *__x, const variable_indicator &__v) |
Definition in file Islope_evaluator.h.