Pulic Methods | |
def | __init__ (self, system_directory) |
def | run (self, output=None) |
Public Attributes | |
opt | |
widths | |
raw_width | |
demand | |
width | |
pat_rep | |
Protected Attributes | |
_ws | |
_cutstock_data | |
_job | |
_dbout | |
Detailed Description
Definition at line 130 of file cutstock_class.py.
Constructors
◆ __init__()
def cutstock_class.Cutstock.__init__ | ( | self, | |
system_directory | |||
) |
Definition at line 131 of file cutstock_class.py.
Methods
◆ run()
def cutstock_class.Cutstock.run | ( | self, | |
output = None |
|||
) |
Definition at line 149 of file cutstock_class.py.
References cutstock_class.Cutstock._cutstock_data, cutstock_class.Cutstock._dbout, cutstock_class.Cutstock._job, transport_class.Transport._job, cutstock_class.Cutstock._ws, transport14.Optimizer._ws, transport_class.Transport._ws, cutstock_class.Cutstock.opt, transport_class.Transport.opt, cutstock_class.Cutstock.pat_rep, and cutstock_class.Cutstock.run().
Referenced by cutstock_class.Cutstock.run().
Member Data Documentation
◆ _cutstock_data
|
protected |
Definition at line 134 of file cutstock_class.py.
Referenced by cutstock_class.Cutstock.run().
◆ _dbout
|
protected |
Definition at line 146 of file cutstock_class.py.
Referenced by cutstock_class.Cutstock.run().
◆ _job
|
protected |
Definition at line 144 of file cutstock_class.py.
Referenced by transport_class.Transport.run(), and cutstock_class.Cutstock.run().
◆ _ws
|
protected |
Definition at line 132 of file cutstock_class.py.
Referenced by cutstock_class.Cutstock.run(), and transport14.Optimizer.solve().
◆ demand
cutstock_class.Cutstock.demand |
Definition at line 141 of file cutstock_class.py.
◆ opt
cutstock_class.Cutstock.opt |
Definition at line 133 of file cutstock_class.py.
Referenced by transport_class.Transport.run(), and cutstock_class.Cutstock.run().
◆ pat_rep
cutstock_class.Cutstock.pat_rep |
Definition at line 147 of file cutstock_class.py.
Referenced by cutstock_class.Cutstock.run().
◆ raw_width
cutstock_class.Cutstock.raw_width |
Definition at line 140 of file cutstock_class.py.
◆ width
cutstock_class.Cutstock.width |
Definition at line 142 of file cutstock_class.py.
◆ widths
cutstock_class.Cutstock.widths |
Definition at line 139 of file cutstock_class.py.