mario.CoreModel.resolve_many#

CoreModel.resolve_many(matrices, *, scenario: str = 'baseline', force_rewrite: bool = False, compute_options=None) dict[str, object]#

Resolve and materialize several matrices through the compute resolver.

Parameters:
  • matrices – One matrix name or an iterable of names to compute.

  • scenario – Scenario used as the resolution context.

  • force_rewrite – When True, recompute already materialized blocks as well.

  • compute_options – Optional advanced compute options payload used to steer runtime planning and backend selection.

Returns:

Mapping from requested matrix name to resolved block.

Return type:

dict[str, object]