CluE  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
solutionprovider.h
Go to the documentation of this file.
1 #ifndef SOLUTIONPROVIDER_H
2 #define SOLUTIONPROVIDER_H
3 
4 #include <string>
5 
6 namespace CluE
7 {
8 
17 {
18 public:
20  {
21  }
22 
28  virtual double computationtime() const = 0;
29 };
30 
31 }
32 
33 #endif
virtual double computationtime() const =0
returns the time needed for the last computation
Abstract base class for algorithm solutions.