Skip to main content

metadata:real constants provider

Version: 0.0.0

Description

Reads real constants from the result files contained in the streams or data sources.

Inputs

InputNameExpected type(s)Description
Pin 1solver_real_constants_idsint32, vector<int32>Real Constant ids to recover used by the solver. If not set, all available real constants to be recovered.
Pin 3streamsstreams_containerResult file container allowed to be kept open to cache data.
Pin 4
Required
data_sourcesdata_sourcesResult file path container, used if no streams are set.

Outputs

OutputNameExpected type(s)Description
Pin 0real_constantsfield

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
num_threadsint320Number of threads to use to run in parallel
run_in_parallelbooltrueLoops are allowed to run in parallel if the value of this config is set to true.

Scripting

Category: metadata

Plugin: core

Scripting name: real_constants_provider

Full name: metadata.real_constants_provider

Internal name: real_constants_provider

License: None

Changelog

  • Version 0.0.0: Initial release.