Open-Systems-Pharmacology / OSPSuite.SimModel

Calculation engine for models built with PK-Sim® or MoBi®
Other
5 stars 3 forks source link

Export model as C++ code #38

Closed Yuri05 closed 6 years ago

Yuri05 commented 6 years ago

Export models in form of C++ code. Later on those models can be compiled and used in compiled form e.g. from Matlab/R which will improve computational performance.

msevestre commented 6 years ago

@Yuri05 This is not finished correct?

Yuri05 commented 6 years ago

This is not finished correct?

Why not?

msevestre commented 6 years ago

Well you said this needed to be merged even though this was not finished so that you could move forward. Coding standards are not respected and there are absolutely no tests whatsoever. I see it as WIP but close it if you feel otherwise

Yuri05 commented 6 years ago

let's make separate issues for that

msevestre commented 6 years ago

Separate issue created. Let's try to avoid this situation in the future. Separate branches can coexist without problems and eventually all come into the main branch. This is a typical scenario for a branch "C++ export" where all the code is implemented and then merged into develop branch