cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Using external variables to enable code generation of incomplete models #1081

Open nickerso opened 1 year ago

nickerso commented 1 year ago

As discussed in SciML/CellMLToolkit.jl#101 it would be useful to be able to generate code for incomplete models by detecting undefined variables and flagging them as external (once #1077 is merged in). This issue is to remind us to test out this idea to see if all the needed pieces are in place.

nickerso commented 1 year ago

I suspect that with #1182 now resolved, this one is good to test out and confirm that things work as expected. Maybe even testing the julia bindings (https://juliahub.com/ui/Packages/General/libcellml_jll) to see if that might help https://github.com/SciML/CellMLToolkit.jl/issues/101