Minotaur 0.4.1
Docs for developers
PreMod.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
13#ifndef MINOTAURPREMOD_H
14#define MINOTAURPREMOD_H
15
16#include "Types.h"
17
18namespace Minotaur {
19
25 class PreMod {
26 public:
28 PreMod() {};
29
31 virtual ~PreMod() {};
32
34 virtual void postsolveGetX(const DoubleVector &x, DoubleVector *newx) = 0;
35
36 };
37
38}
39#endif
40
Declare important 'types' used in Minotaur.
Definition: PreMod.h:25
virtual void postsolveGetX(const DoubleVector &x, DoubleVector *newx)=0
Restore x.
PreMod()
Constructor.
Definition: PreMod.h:28
virtual ~PreMod()
Destroy.
Definition: PreMod.h:31
Definition: ActiveNodeStore.h:20

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