Minotaur
0.4.1
Docs for developers
Loading...
Searching...
No Matches
src
base
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
13
namespace
Minotaur
{
14
24
class
QPEngine
:
public
Engine
{
25
26
public
:
27
friend
class
Problem
;
28
30
QPEngine
() {};
31
32
virtual
~QPEngine
() {};
33
protected
:
35
};
36
typedef
QPEngine* QPEnginePtr;
37
}
38
39
#endif
Engine.h
Define the base class Engine.
Minotaur::Engine
Definition
Engine.h:34
Minotaur::Problem
Definition
Problem.h:74
Minotaur::QPEngine
Definition
QPEngine.h:24
Minotaur::QPEngine::QPEngine
QPEngine()
Constructor. May set default parameters/options here.
Definition
QPEngine.h:30
Minotaur
Definition
ActiveNodeStore.h:20
Minotaur source code documented by
Doxygen 1.9.8
on Mon Nov 17 2025