#include <OptVar.hh>
Inherited by AggregatorMean, and AggregatorSum.
Inheritance diagram for Aggregator:

Public Member Functions | |
| virtual int | eval (vector< int > values)=0 |
| virtual | ~Aggregator () |
An aggregator is defined as a function Multiset_of_int -> int. From an implementation point of view, this multiset is a vector of int.
Definition at line 33 of file OptVar.hh.
| virtual int Aggregator::eval | ( | vector< int > | values | ) | [pure virtual] |
1.5.2