Go to the documentation of this file. 1 #ifndef DISCRETEPROXYPROVIDER_H
2 #define DISCRETEPROXYPROVIDER_H
4 #include "../base/solutionprovider.h"
47 virtual T*
discrete_proxy(
unsigned int solutionIndex,
unsigned int proxyIndex)
const = 0;
55 virtual std::vector<T*>
discrete_proxies(
unsigned int solutionIndex)
const = 0;