Program listing for file numerics/src/MLCP/mlcp_direct_path.h#
Return to documentation for this file
1#ifndef MLCP_DIRECT_PATH_H
2#define MLCP_DIRECT_PATH_H
3
4
5
6#include "NumericsFwd.h"
7int mlcp_direct_path_getNbIWork(MixedLinearComplementarityProblem* problem,
8 SolverOptions* options);
9int mlcp_direct_path_getNbDWork(MixedLinearComplementarityProblem* problem,
10 SolverOptions* options);
11
12void mlcp_direct_path_init(MixedLinearComplementarityProblem* problem, SolverOptions* options);
13void mlcp_direct_path_reset(void);
14
15#endif