metadata:real constants provider
Version: 0.0.0
Description
Reads real constants from the result files contained in the streams or data sources.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 | solver_real_constants_ids | int32, vector<int32> | Real Constant ids to recover used by the solver. If not set, all available real constants to be recovered. |
| Pin 3 | streams | streams_container | Result file container allowed to be kept open to cache data. |
| Pin 4 Required | data_sources | data_sources | Result file path container, used if no streams are set. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | real_constants | field |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| run_in_parallel | bool | true | Loops 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.