Go to the documentation of this file. 1 #ifndef PROXYPROVIDER_H
2 #define PROXYPROVIDER_H
5 #include "../base/solutionprovider.h"
42 virtual T
proxy(
unsigned int solutionIndex,
unsigned int proxyIndex)
const = 0;
49 virtual std::vector<T>
proxies(
unsigned int solutionIndex)
const = 0;