Florian Schwaiger

Results 2 issues of Florian Schwaiger

### Description The DateTime property probably has issues with time zones. ### Steps to Reproduce 1. Have a Node with the property definition ```YAML 'myTimestamp': type: DateTime ui: inspector: editorOptions:...

Still valid? Needs reproduction

The documentation for using warm start follows the example in `defaults.cpp` and goes like this: ```c++ ClpSimplex model; // [...] solve unsigned char *status = model.statusCopy(); // [...] ClpSimplex model2...