Frank Bergmann

Results 23 issues of Frank Bergmann

we should have utility classes that make it easy to specify color / font information.

enhancement
Milestone 3

It was mentioned that we don't have enough examples currently, and that we should have examples specifically how to mark duplicate elements (clones). Also an example on how to modify...

enhancement
Milestone 3

This draft PR adds the descriptions from the [Time course specification](https://docs.google.com/document/d/1Uo0mtU8Tb6m0yZc-A-NprDXeS-9ZDYPA8U3Y_aChqEM/edit) to the `release/2.0.0` branch. preview site is:

## Description javabindings where not compiling when using the configure based process. ## Motivation and Context - fixes an issue with swigdoc expression that is invalid - changes detection of...

I've noticed that the FindModules are not consistently used. Most of the checking for libraries / programs in the main CMakeLists.txt file should use the FindModules, so that the detection...

Validating a file, i saw the following error message: ```xml ``` we should not announce things like that in error messages. I think we better remove statements like that. And...

Currently XMLNode is always cloning the argument of addChild. It would be nice (and make it much more perfomant, if there was an overload `addChildAndAdopt`, that directly adopts the child.

I've tried with a basic brusselator example, converting the file first to ODE's then trying to run the converter to restore the reactions: Original Reaction Scheme: ``` # Name Reaction...

A bug at biosimulators mentions, that basico does not resolve display names with nested parenthesis: https://github.com/biosimulators/Biosimulators_COPASI/issues/74

Currently the task for Lyapunov exponents is not yet exposed in basico. This should change.