Add generic AMPL interface.#36
Conversation
|
Here is the interface. It builds into the static library, but I haven't yet been able to test it with |
|
Is there a reason why compilation isn't occurring in c99 mode? |
|
I've merged this in with minor changes to fix errors when compiling without c99, better type safety and compatibility with C++. As for the c99 mode, I guess it's just not the default on that compiler version. I don't add I'll update the CMake config to include this into the shared library once I fix the master branch which is broken at the moment due to some unrelated refactoring. Thanks! |
Also use `ASL *` instead of `void *` for better type checking.
No description provided.