does anybody know if it is possible to have a "AND" conjunction in the
trigger of an event object, something like
geq(parameter, 1) AND leq(parameter, 10)
to make the event fire only if the value of my parameter is between 1
and 10?
I did not find this case in the SBML spec...
If this is impossible, does anybody know a good workaround?