Minotaur 0.4.1
Docs for developers
QPEngine.h
1//
2// Minotaur -- It's only 1/2 bull
3//
4// (C)opyright 2008 - 2025 The Minotaur Team.
5//
6
7
8#ifndef MINOTAURQPENGINE_H
9#define MINOTAURQPENGINE_H
10
11#include "Engine.h"
12
13namespace Minotaur {
14
24 class QPEngine : public Engine {
25
26 public:
27 friend class Problem;
28
31
32 virtual ~QPEngine() {};
33 protected:
35 };
36 typedef QPEngine* QPEnginePtr;
37}
38
39#endif
Define the base class Engine.
Definition: Engine.h:34
Definition: Problem.h:74
Definition: QPEngine.h:24
QPEngine()
Constructor. May set default parameters/options here.
Definition: QPEngine.h:30
Definition: ActiveNodeStore.h:20

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