Minotaur 0.4.1
Docs for developers
InterfaceFactory.h
1// Base method for generating information from the user interface
2// Concrete instances are generated from GAMS/AMPL/CUTEr
3
4#ifndef INTERFACEFACTORY_H
5#define INTERFACEFACTORY_H
6
7namespace Minotaur {
8 class Environment; // Logger, interrupt handlers, timers, interface data
9 class Instance; // The optimization problem
10
13
14 virtual void create(Environment *e, Instance *i) = 0;
15 };
16}
17
18#endif
19
Definition: Environment.h:28
Definition: InterfaceFactory.h:11
Definition: ActiveNodeStore.h:20

Minotaur source code documented by Doxygen 1.9.4 on Fri Apr 25 2025