DSIMA
 All Classes Namespaces Files Functions Variables
InstanceParameters Class Reference

Instance paramaters structure. More...

Public Member Functions

def __init__
 Constructor. More...
 
def readFile
 Read paramaters of the instance from an xml file. More...
 

Public Attributes

 hash
 Hash code of the instance. More...
 
 network
 Network base. More...
 
 periods
 
 producers
 Number of producers. More...
 
 retailers
 Number of retailers. More...
 
 production
 Production parameters dictionary. More...
 
 consumption
 Consumption parameters dictionary. More...
 
 prices
 Prices parameters dictionary. More...
 
 days
 List of days index in [0,364]. More...
 
 imParameters
 List of parameters of the interaction model, tuple (name,value). More...
 
 tsoFlexibilityRequest
 Flexibility request of the TSO with respect in MW. More...
 
 tsoReservationPrice
 Regulated TSO reservation price. More...
 
 T
 Number of periods per day. More...
 

Detailed Description

Instance paramaters structure.

Constructor & Destructor Documentation

def __init__ (   self,
  filePath = None 
)

Constructor.

Parameters
filePathPath of xml data file.

Member Function Documentation

def readFile (   self,
  filePath 
)

Read paramaters of the instance from an xml file.

Parameters
filePathPath of xml data file.

Member Data Documentation

consumption

Consumption parameters dictionary.

days

List of days index in [0,364].

hash

Hash code of the instance.

imParameters

List of parameters of the interaction model, tuple (name,value).

network

Network base.

periods
prices

Prices parameters dictionary.

producers

Number of producers.

production

Production parameters dictionary.

retailers

Number of retailers.

T

Number of periods per day.

tsoFlexibilityRequest

Flexibility request of the TSO with respect in MW.

tsoReservationPrice

Regulated TSO reservation price.


The documentation for this class was generated from the following file: