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

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

 1#include "MixedLinearComplementarityProblem.h"
 2#include "LinearComplementarityProblem.h"
 3
 4#ifndef MLCP_TO_LCP_H
 5#define MLCP_TO_LCP_H
 6
 7#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
 8extern "C"
 9{
10#endif
11
12  LinearComplementarityProblem*  mlcp_to_lcp(MixedLinearComplementarityProblem* problem);
13
14#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
15}
16#endif
17
18#endif