python:实现作业排序问题Job Sequencing Problem
from collections import namedtuple
from typing import List
class Scheduling:
def __init__(self, jobs: List[int])
from collections import namedtuple
from typing import List
class Scheduling:
def __init__(self, jobs: List[int])