1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-08-02 14:37:05 +01:00

Minimizer: limits interface

This commit is contained in:
2014-10-14 16:34:27 +01:00
parent bf3fe8bd13
commit 9e6bbd95c3
11 changed files with 207 additions and 29 deletions

View File

@@ -34,7 +34,7 @@ class RootFinder: public Solver
{
public:
// constructor
RootFinder(void) = default;
explicit RootFinder(const Index dim);
// destructor
virtual ~RootFinder(void) = default;
// solver