Program listing for file numerics/src/MLCP/mlcp_simplex.h#
Return to documentation for this file
1#ifndef MLCP_SIMPLEX_H
2#define MLCP_SIMPLEX_H
3
4
5
6#include "NumericsFwd.h"
7void mlcp_simplex_init(MixedLinearComplementarityProblem* problem, SolverOptions* options);
8void mlcp_simplex_reset(void);
9
10#endif