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

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

 1#ifndef MLCP_PATH_ENUM_H
 2#define MLCP_PATH_ENUM_H
 3
 4
 5
 6
 7#include "NumericsFwd.h"
 8int mlcp_path_enum_getNbIWork(MixedLinearComplementarityProblem* problem, SolverOptions* options);
 9int mlcp_path_enum_getNbDWork(MixedLinearComplementarityProblem* problem, SolverOptions* options);
10
11void mlcp_path_enum_init(MixedLinearComplementarityProblem* problem, SolverOptions* options);
12void mlcp_path_enum_reset(void);
13void mlcp_path_enum(MixedLinearComplementarityProblem* problem, double *z, double *w, int *info, SolverOptions* options);
14#endif