Program listing for file numerics/src/MLCP/mlcp_enum.h

Program listing for file numerics/src/MLCP/mlcp_enum.h#

 1#ifndef MLCP_ENUM_H
 2#define MLCP_ENUM_H
 3
 4#include "NumericsFwd.h"
 5int mlcp_enum_getNbIWork(MixedLinearComplementarityProblem* problem, SolverOptions* options);
 6int mlcp_enum_getNbDWork(MixedLinearComplementarityProblem* problem, SolverOptions* options);
 7
 8int mlcp_enum_alloc_working_memory(MixedLinearComplementarityProblem* problem, SolverOptions* options);
 9
10void mlcp_enum_free_working_memory(MixedLinearComplementarityProblem* problem, SolverOptions* options);
11#endif