Exemple #1
0
def PTRun():
    maxWeight = Core.setMaxWeight()

    items = parser.loadItems()
    VpSM = Core.addMatrixVpS(items)
    sortMatrix = Core.sortMatrix(VpSM)
    Core.algo(sortMatrix, maxWeight)

    Log.d(LL.uptime())