You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Momani database is exported into a zip file which contains the following components. It implements a nice data structure which could be converted into a data package for better portability.
Suggest another convert function is added to otoole to enable this.
Composed model
_id
name
description
sets
parameters
variables
objectiveFunction
constraints
lastRevision
Constraint
ConstraintGroup
DbVersion
ObjectiveFunction
ParameterData
ParameterDataItemBundle
Parameters
Scenario
_id
UUID of scenario
parentScenarioId (optional)
UUID of parent scenario
modelId
UUID of model
name
description
revision
Sets
_id : UUID
name
abbreviation
description
numeric : bool
SetData
Technology set items are grouped.
A dictionary containing the keys::
_id
setId
modelId
items
groups
Items contains a list of dicts with keys::
value
name
color
groupId (optional)
VariableResult
VariableResultItemBundle
Variables
The text was updated successfully, but these errors were encountered:
The Momani database is exported into a zip file which contains the following components. It implements a nice data structure which could be converted into a data package for better portability.
Suggest another
convert
function is added to otoole to enable this.Composed model
_id
name
description
sets
parameters
variables
objectiveFunction
constraints
lastRevision
Constraint
ConstraintGroup
DbVersion
ObjectiveFunction
ParameterData
ParameterDataItemBundle
Parameters
Scenario
_id
UUID of scenario
parentScenarioId (optional)
UUID of parent scenario
modelId
UUID of model
name
description
revision
Sets
_id : UUID
name
abbreviation
description
numeric : bool
SetData
Technology set items are grouped.
A dictionary containing the keys::
_id
setId
modelId
items
groups
Items contains a list of dicts with keys::
value
name
color
groupId (optional)
VariableResult
VariableResultItemBundle
Variables
The text was updated successfully, but these errors were encountered: