Make the LCT SECIR model a derived class of FlowModel #1096
Labels
class::improvement
Cleanup that doesn't affect functionality
loc::backend
This issue concerns the C++ backend implementation.
model::lct
Models using the linear chain trick
prio::low
The priority of this task is low. It is an interesting item but with low priority.
Motivation / Current Behaviour
At the moment, the LCT SECIR model is a derived class of CompartmentalModel which is the base class of FlowModel.
Enhancement description
Make the LCT SECIR model a derived class of FlowModel instead of CompartmentalModel. This would have the advantage that the flows could be used. Inheritance from the flow model is required for a model with mobility.
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: