#include <Islope_evaluator.h>
Public Attributes | |
const std::vector< Islope > * | x |
std::vector< Islope > * | cache |
const model * | mod |
void * | p |
Islope | r |
unsigned int | n |
int | deg |
Definition at line 57 of file Islope_evaluator.h.
std::vector<Islope>* coco::Islope_eval_type::cache |
function range the function range cache
Definition at line 60 of file Islope_evaluator.h.
degree of slope
Definition at line 65 of file Islope_evaluator.h.
const model* coco::Islope_eval_type::mod |
the DAG
Definition at line 61 of file Islope_evaluator.h.
unsigned int coco::Islope_eval_type::n |
children counter
Definition at line 64 of file Islope_evaluator.h.
additional data for
Definition at line 62 of file Islope_evaluator.h.
return value
Definition at line 63 of file Islope_evaluator.h.
const std::vector<Islope>* coco::Islope_eval_type::x |
Definition at line 59 of file Islope_evaluator.h.