Argonne-National-Laboratory / PIPS

Parallel solvers for optimization problems
Other
73 stars 21 forks source link

The C interface for PIPS needs to be guarded with #ifdef _cplusplus #61

Closed abhyshr closed 4 years ago

abhyshr commented 4 years ago

extern "C"" declarations for the functions exported by PIPS do not work with C. These need to be guarded with #ifdef _cplusplus #endif.

cnpetra commented 4 years ago

@abhyshr : commit f62fa3550857863ba3e7b11c54b4377e53d89fac pushed the fix you sent me

thanks