You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already a number of options to pass to JIT module, and plain to have more.
This is a good time to make transition to protobuf based parameterization.
Begin with src/generate_cxx_code.cpp
Add a message schema to src/proto/wcs_params.proto
Modify the examples under src/proto/test*
Add a parameter structure under src/params
Add functions to populate the structure in src/proto/wcs_paraps.cpp from user-provided prototext
Integrate the metho into src/generate_cxx_code.cpp (look at the example in src/ssa_partition.cpp
Apply it to src/reaction_network/network.cpp
The text was updated successfully, but these errors were encountered:
We already a number of options to pass to JIT module, and plain to have more.
This is a good time to make transition to protobuf based parameterization.
src/generate_cxx_code.cpp
src/proto/wcs_params.proto
src/proto/test*
src/params
src/proto/wcs_paraps.cpp
from user-provided prototextsrc/generate_cxx_code.cpp
(look at the example insrc/ssa_partition.cpp
src/reaction_network/network.cpp
The text was updated successfully, but these errors were encountered: