Closed alphaville closed 5 years ago
Overall looks good, but this interface, will it allow to link multiple solvers together? I think we will get link time collisions
Overall looks good, but this interface, will it allow to link multiple solvers together? I think we will get link time collisions
@korken89 I guess you're right. I'd rather give solver-specific names to non-static functions in interface.c
, e.g., cost_function_my_optimizer
instead of cost_function
. I'll do this in a separate PR.
@korken89 see PR #129
This pull request fixes bug #123