Minotaur 0.4.1
Docs for developers
NLPEngine.h
Go to the documentation of this file.
1//
2// Minotaur -- It's only 1/2 bull
3//
4// (C)opyright 2008 - 2025 The Minotaur Team.
5//
6
15#ifndef MINOTAURNLPENGINE_H
16#define MINOTAURNLPENGINE_H
17
18#include "Engine.h"
19
20namespace Minotaur {
21
36 class NLPEngine : public Engine
37 {
38 public:
39 friend class Problem;
40
43
45 virtual ~NLPEngine() {};
46
47 };
48 typedef NLPEngine* NLPEnginePtr;
49}
50
51#endif
Define the base class Engine.
Definition: Engine.h:34
Definition: NLPEngine.h:37
NLPEngine()
Default constructor.
Definition: NLPEngine.h:42
virtual ~NLPEngine()
Default destructor.
Definition: NLPEngine.h:45
Definition: Problem.h:74
Definition: ActiveNodeStore.h:20

Minotaur source code documented by Doxygen 1.9.4 on Thu Apr 24 2025