API Reference¶
fluxopt_yaml.loader ¶
YAML loading and model construction for fluxopt.
load_yaml ¶
Load a fluxopt model definition from a YAML file.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
str | Path
|
Path to the YAML file. |
required |
Returns:
| Type | Description |
|---|---|
dict[str, Any]
|
Parsed YAML content as a dictionary. |