nijawa

Results 4 issues of nijawa

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Added multiplicative tolerance to Flow Clamping to avoid negative compartments (which...

### Bug description NAN in compartments in SEIR2V Model ### Version Windows ### To reproduce 1. build code 2. execute sde_seir2v_example (https://github.com/SciCompMod/memilio/blob/1009-nan-in-multivariant-seir-model/cpp/examples/sde_seir2v.cpp) ![seir_bug](https://github.com/SciCompMod/memilio/assets/6558483/96a69e9e-36cf-4331-8685-5bfe9b702c75) ### Relevant log output _No response_ ###...

class::discussion
loc::backend
model::sde

### Bug description The current implementation of the stochastic compartment models can result in negative compartments. This is problematic for multiple reasons: 1. Negative Compartments do not make sense 2....

class::bug
loc::backend
model::sde

### Motivation / Current Behaviour As of now SDE models have to implement checks for whether flows/derivatives result in overflows in the compartments (negative compartments or compartments greater than population...

class::feature
loc::backend
model::ode
class::performance
model::sde