I am trying to make c# project and i need to use a solver which i found on the internet to do some calculation but this solver is a static library which writing in c++ .
it is so difficult to rewrite this library in .Net and that will take too much time.
i read some articles about it liking making a managed c++ but i don't know what is the simplest solution to use that .lib in c# project ?