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

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

 1#ifndef MLCP_DIRECT_PATH_ENUM_H
 2#define MLCP_DIRECT_PATH_ENUM_H
 3
 4
 5#include "NumericsFwd.h"
 6int mlcp_direct_path_enum_getNbIWork(MixedLinearComplementarityProblem* problem, SolverOptions* options);
 7int mlcp_direct_path_enum_getNbDWork(MixedLinearComplementarityProblem* problem, SolverOptions* options);
 8
 9void mlcp_direct_path_enum(MixedLinearComplementarityProblem* problem, double *z, double *w, int *info, SolverOptions* options);
10void mlcp_direct_path_enum_reset(void);
11void mlcp_direct_path_enum_init(MixedLinearComplementarityProblem* problem, SolverOptions* options);
12
13#endif