14#ifndef MINOTAURYEQLFS_H
15#define MINOTAURYEQLFS_H
21typedef LinearFunction* LinearFunctionPtr;
32 std::vector<LinearFunctionPtr> lf_;
Declare important 'types' used in Minotaur.
The base class linear function is of the form c'x.
Definition LinearFunction.h:31
Definition ActiveNodeStore.h:20
unsigned int UInt
Unsigned integer.
Definition Types.h:30