Francesco Casella

Results 1734 comments of Francesco Casella

100% agree. O(1) causalization time looks good to me. Go ahead with that.

OK, let's get back to the basics, [MLS Section 11.1.2](https://specification.modelica.org/maint/3.6/statements-and-algorithm-sections.html#an-algorithm-in-a-model): >An algorithm section is conceptually a code fragment that remains together and the statements of an algorithm section are executed...

> By the way, with my approach there would not be an algebraic loop for your MWE. Just the algorithm and then `y=10`. Only if you had like `y=x[1]` or...

I'm still not 100% sure whether or not there is a way to avoid the dense 60,000x60,000 adjacency matrix of the FFT model. But I think there should be a...

@adeas31, tooltip suggestion is fine. I'm also with @perost that we should probably harmonize them. The question is, how do we do that in a backwards compatible way? There are...

> Accepting two different formats is not a big deal, at least as long as they're different enough that we can easily distinguish between them. OK. I would actually use...

> You mean the same format that `__OpenModelica_commandLineOptions` is already using? Yeah, why complicate things? That's also how you handle it in OMEdit, when you add extra flags.

> Qt allows font sizes to be defined in pixels or points. When they are defined in pixels, their size stays unchanged, where they are defined in points they scale....

@TeusvanderStelt, for the time being you can skip the first step entirely. Indicators of linear variables and linear equations will be computed to zero a posteriori instead of being skipped...

Regarding output, we need to consider several factors. The first is that in the long term, this feature will need to be integrated in the Declarative Debugger, so I won't...