cutstock_class.Cutstock Class Reference
Pulic Methods | |
def | __init__ (self, ws) |
def | run (self, output=None) |
def | get_model_source (self) |
Public Attributes | |
opt | |
widths | |
raw_width | |
demand | |
width | |
pat_rep | |
Detailed Description
Definition at line 10 of file cutstock_class.py.
Constructors
◆ __init__()
def cutstock_class.Cutstock.__init__ | ( | self, | |
ws | |||
) |
Methods
◆ get_model_source()
def cutstock_class.Cutstock.get_model_source | ( | self | ) |
Definition at line 32 of file cutstock_class.py.
◆ run()
def cutstock_class.Cutstock.run | ( | self, | |
output = None |
|||
) |
Definition at line 27 of file cutstock_class.py.
References cutstock_class.Cutstock._cutstock_data, cutstock_class.Cutstock._dbout, cutstock_class.Cutstock._job, cutstock_class.Cutstock._ws, and cutstock_class.Cutstock.opt.
Member Data Documentation
◆ demand
cutstock_class.Cutstock.demand |
Definition at line 22 of file cutstock_class.py.
◆ opt
cutstock_class.Cutstock.opt |
Definition at line 14 of file cutstock_class.py.
Referenced by cutstock_class.Cutstock.run(), and transport_class.Transport.run().
◆ pat_rep
cutstock_class.Cutstock.pat_rep |
Definition at line 30 of file cutstock_class.py.
◆ raw_width
cutstock_class.Cutstock.raw_width |
Definition at line 21 of file cutstock_class.py.
◆ width
cutstock_class.Cutstock.width |
Definition at line 23 of file cutstock_class.py.
◆ widths
cutstock_class.Cutstock.widths |
Definition at line 20 of file cutstock_class.py.