JPH0581288A - Schedule forming system - Google Patents

Schedule forming system

Info

Publication number
JPH0581288A
JPH0581288A JP26723191A JP26723191A JPH0581288A JP H0581288 A JPH0581288 A JP H0581288A JP 26723191 A JP26723191 A JP 26723191A JP 26723191 A JP26723191 A JP 26723191A JP H0581288 A JPH0581288 A JP H0581288A
Authority
JP
Japan
Prior art keywords
schedule
allocation
constraint condition
constraint
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP26723191A
Other languages
Japanese (ja)
Other versions
JP3114149B2 (en
Inventor
Akira Nakashige
亮 中重
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP26723191A priority Critical patent/JP3114149B2/en
Publication of JPH0581288A publication Critical patent/JPH0581288A/en
Application granted granted Critical
Publication of JP3114149B2 publication Critical patent/JP3114149B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02EREDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
    • Y02E60/00Enabling technologies; Technologies with a potential or indirect contribution to GHG emissions mitigation
    • Y02E60/10Energy storage using batteries

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To form a practical schedule within a limited time by utilizing a result obtained on the way of calculation in schedule formation for executing the allocation of plural jobs and plural resources under a fixed restriction condition. CONSTITUTION:A restriction checking part 71 in an allocation determining part 7 selects a restriction condition to be satisfied at current time from a restriction condition selector 6, successively searches allocation satisfying all conditions and stores the searched results in an allocation status storing part 72. An allocation status evaluating part 73 occasionally evaluates an allocation midway result at the current time in accordance with the contents of the storing part 72 and stores a more effective allocation state in an allocation history storage device 8. When a schedule is completed under the restriction condition at the current time, an important condition is selected from the selector 6 and added to the schedule to complete schedule formation.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はスケジュール作成方式ら
係り、特に、一定の制約条件の下での複数のジョブと複
数のリソースとの間の割り当てを効率的に行うスケジュ
ール作成最適化方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a schedule creating method, and more particularly to a schedule creating optimizing method for efficiently allocating a plurality of jobs and a plurality of resources under a certain constraint condition.

【0002】[0002]

【従来の技術】複数のジョブと複数のリソースとの間の
割り当てを一定の制約条件の下で行うことは、例えば、
人間の交代制勤務スケジュール作成、工場の生産工程の
スケジュール作成、列車ダイヤの作成、配車、配送計画
の作成等、多種多様な分野で日常的に行われている作業
である。
2. Description of the Related Art Assignment of a plurality of jobs and a plurality of resources under a certain constraint condition is performed by, for example,
It is a work that is routinely performed in various fields such as creating shift work schedules for humans, creating schedules for production processes in factories, creating train schedules, allocating vehicles, and creating delivery plans.

【0003】従来、このような割り当て作業は専ら人手
により、専門家のノウハウを用いて行われていたが、近
年コンピュータ技術の発達により機械による自動化が盛
んに進められている。
Conventionally, such assignment work has been performed manually by using the know-how of an expert, but in recent years, machine automation has been actively promoted due to the development of computer technology.

【0004】自動化の手法としては、数理計画法による
アプローチと知識工学的アプローチがある。前者は、制
約条件が等式や不等式で記述できる場合など、制約条件
の形式が整った場合にのみ有効である。しかしながら、
現実の問題ではより複数な形式で制約条件が記述される
場合が多い。従って、後者のアプローチをべースにし、
ヒリューリスティックを加えた手法の方がより適用範囲
の広いものである。
Methods for automation include a mathematical programming approach and a knowledge engineering approach. The former is effective only when the format of the constraint condition is prepared, such as when the constraint condition can be described by an equality or an inequality. However,
In practical problems, constraints are often described in multiple formats. So, taking the latter approach as a base,
The method with the addition of a hiluristic is more applicable.

【0005】これに関連のある公知例としては、例えば
特開昭63−163669号公報に、も制約条件の厳し
いジョブから割り当てを行う手法が記載されている。
As a known example related to this, for example, Japanese Patent Laid-Open No. 63-163669 discloses a method of allocating from a job having severe constraints.

【0006】[0006]

【発明が解決しようとする課題】スケジュール作成問題
に対する知識工学的アプローチとしては、従来、以下の
処理手順が採用されている。
The following processing procedure has been conventionally adopted as a knowledge engineering approach to the problem of schedule creation.

【0007】(1)複数のジョブをスケジュール単位と
なるコマとして表現し、順序づけして格納する。 (2)先頭のコマを取り出す。 (3)複数のリソースから一つのリソースを取り出す。 (4)取り出したリソースが、割り当ての制約条件を満
たしているかどうかをチエックする。 (A)適合すればそのコマに対する割り当てを決定す
る。 (B)適合しなければ次のリソースを取り出して制約条
件のチエックを行う。 (C)取り出すリソースがなくなった場合は、先に処理
したコマの処理を取り消し、(3)の処理から再開する
(バックトラック処理)。 (5)(2)に戻り、次のコマの割り当て処理を行う。 さらに、割り当てられていないコマがなくなるまで
(2)から(5)までの処理を繰り返す。
(1) A plurality of jobs are expressed as a frame serving as a schedule unit, and stored in order. (2) Take out the top frame. (3) Extract one resource from a plurality of resources. (4) Check whether the retrieved resource satisfies the constraint condition of allocation. (A) If it matches, the allocation for the frame is determined. (B) If they do not match, the next resource is extracted and the constraint condition is checked. (C) When there are no more resources to be taken out, the processing of the previously processed frame is canceled and the processing of (3) is restarted (backtrack processing). (5) Returning to (2), the next frame allocation process is performed. Furthermore, the processes from (2) to (5) are repeated until there are no unassigned frames.

【0008】先の特開昭63−163669公報に記載
の手法も、以上の手順を基本とするスケジュール作成手
法であり、各ジョブに対する割り当て可能なリソースの
数を厳しさの度合を表す指標として採用し、その値が小
さいジョブから割り当ててゆくというものである。
The method disclosed in Japanese Patent Laid-Open No. 63-163669 is also a schedule creating method based on the above procedure, and the number of assignable resources for each job is adopted as an index showing the degree of severity. However, the jobs with smaller values are assigned first.

【0009】しかしながらこの手法をスケジュール作成
に適用する場合、個々の制約条件の重要度を考慮せずに
割り当てを行っているため、計算途中の状態では重要な
制約が満されている保証がないという問題点がある。
However, when this method is applied to schedule creation, since the assignment is made without considering the importance of each constraint condition, there is no guarantee that important constraints are satisfied during the calculation. There is a problem.

【0010】一般に、ユーザが制約条件を記述した際
に、それらをすべて満足するスケジュールを一定時間内
に作成できるかを判定することは困難である。このた
め、制約条件が強く課せられたスケジュールをコンピュ
ータで自動作成するには、計算の途中結果を有効利用す
る必要がある。
In general, when a user describes constraint conditions, it is difficult to determine whether a schedule satisfying all the constraint conditions can be created within a fixed time. Therefore, in order to automatically create a schedule that is strongly constrained by a computer, it is necessary to effectively use the intermediate results of the calculation.

【0011】本発明の目的は、スケジュール作成におけ
る計算途中結果を活用し、一定時間内で実用的なスケジ
ュールの作成を実現することにある。
It is an object of the present invention to utilize a mid-calculation result in creating a schedule to realize a practical schedule creation within a fixed time.

【0012】[0012]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、複数のジョブと複数のリソースとの間の
割り当てを制約条件に従って行いスケジュールを自動作
成する方式において、スケジュール作成時間を設定する
とともに制約条件を重要度によりレベル分けし、レベル
の高いものから順に制約を増しながら、スケジュール結
果を段階的に調整して、予め設定した時間内でより多く
の制約条件を満たすスケジュールを作成していくように
したものである。
In order to achieve the above object, the present invention provides a method for automatically creating a schedule by assigning a plurality of jobs and a plurality of resources according to a constraint condition. Set and classify constraint conditions according to importance, increase constraints in order from the highest level, gradually adjust schedule results, and create a schedule that satisfies more constraint conditions within a preset time It was something that I tried to do.

【0013】また、設定した時間内に制約条件をすべて
満たす結果が得られない場合、途中結果を対話的に修正
して実用的なスケジュールを作成するようにしたもので
ある。
Further, when a result that satisfies all the constraint conditions is not obtained within the set time, the intermediate result is interactively modified to create a practical schedule.

【0014】[0014]

【作用】スケジュール作成の途中結果を有効活用するた
めに、個々の制約条件に対して重要度のレベルを設定し
ておき、スケジュール単位になるコマへのリソース割り
当てを、次のようにして行う。
In order to effectively use the result of the schedule creation, the level of importance is set for each constraint condition, and resources are allocated to the schedule units as follows.

【0015】(1)自動スケジュール作成に使う時間を
設定する。 (2)必須の制約条件を全て選び、制約条件セットとす
る。 (3)制約条件セットの下で、通常の知識工学的手法に
基づくスケジュール作成を行う。この過程で、最も制約
条件を満している状態の計算結果について、随時履歴情
報を取っておく。また、(1)で設定した時間を越えた
時点で自動スケジュール作成の処理を終了する。 (4)制約条件セットの下でのスケジュール作成に関し
て、 (A)成功した場合、(5)に進む。 (B)失敗した場合、処理を終了する。 (5)次に重要度のレベルが高い制約条件を全て選び、
制約条件セットに追加する。追加すべき制約条件がもう
ない場合は、処理を終了する。 (6)(3)に戻り、次のレベルのスケジュール作成を
行う。
(1) Set the time used for automatic schedule creation. (2) Select all indispensable constraint conditions and set them as a constraint condition set. (3) Under the constraint condition set, a schedule is created based on a normal knowledge engineering method. In this process, history information is obtained at any time with respect to the calculation result in the state in which the constraint condition is most satisfied. Also, when the time set in (1) is exceeded, the automatic schedule creation process ends. (4) Regarding schedule creation under the constraint condition set, (A) If successful, proceed to (5). (B) If it fails, the process ends. (5) Next, select all constraints with the highest level of importance,
Add to the constraint set. If there are no more constraints to add, the process ends. (6) Return to (3) to create a schedule for the next level.

【0016】上述の処理によって得られるスケジュール
計算結果は、設定した時間内に全ての条件を満足するス
ケジュールを作成できなかった場合でも、あるレベルま
での制約条件を満足するような途中結果が得られてい
る。このため、この途中結果が不十分な場合には、さら
に一定時間を区切って自動スケジューリングを続行させ
るか、または、対話的修正機能を用いて途中結果を修正
することにより、制約充足度の高い実用的なスケジュー
ルへと調整していくことが可能である。
The schedule calculation result obtained by the above-described processing is an intermediate result that satisfies the constraint condition up to a certain level even if the schedule that satisfies all the conditions cannot be created within the set time. ing. Therefore, if this intermediate result is insufficient, the automatic scheduling is continued after a certain period of time is delimited, or the intermediate result is corrected using the interactive correction function. It is possible to adjust to a regular schedule.

【0017】[0017]

【実施例】以下、図を用いて本発明の一実施例について
説明する。
An embodiment of the present invention will be described below with reference to the drawings.

【0018】図1は本発明のスケジュール作成方式を実
現する情報処理システムのブロック図である。本システ
ムは、ジョブ記憶装置1、リソース記憶装置2、制約条
件記憶装置3、ジョブ選択装置4、リソース選択装置
5、制約条件選択装置6、割り当て決定装置7および割
り当て履歴記憶装置8で構成される。割り当て決定装置
7は、更に制約条件チエック部71、割り当て状況記憶
部72および割り当て状況評価部73からなる。
FIG. 1 is a block diagram of an information processing system for realizing the schedule creating method of the present invention. This system includes a job storage device 1, a resource storage device 2, a constraint condition storage device 3, a job selection device 4, a resource selection device 5, a constraint condition selection device 6, an allocation determination device 7, and an allocation history storage device 8. .. The allocation determination device 7 further includes a constraint condition check unit 71, an allocation status storage unit 72, and an allocation status evaluation unit 73.

【0019】ジヨブ記憶部装置1には、図2のような各
ジョブに対する情報が格納されている。例えば、ジョブ
番号1、ジョブ名A、作業時間は1日の午前、作業人員
3名、必要な資格Bレベル、作業内容はCで場所はA、
などの情報が記録されている。
The job storage unit 1 stores information for each job as shown in FIG. For example, job number 1, job name A, work time on the morning of the 1st, work staff 3 people, required qualification B level, work content C and location A,
Information such as is recorded.

【0020】リソース記憶装置2には、図3のような各
リソースに対する情報が格納されている。例えば、リソ
ース番号1、リソース名A、保有している資格Bおよび
C、可能な作業A、B、D、時間の条件は特になし、場
所の条件はA、E、F、などの情報が記録されている。
The resource storage device 2 stores information on each resource as shown in FIG. For example, resource number 1, resource name A, possessed qualifications B and C, possible work A, B, D, time conditions are not specified, and place conditions are A, E, F, etc. Has been done.

【0021】制約条件記憶装置3には、図4のようなジ
ョブとリソースの関係に対する情報が格納されている。
例えば、制約条件番号1、内容「夜間の勤務は資格B以
上の人員が少なくとも1名必要」、重要度レベル2、な
どの情報が記憶されいている。
The constraint condition storage device 3 stores information on the relationship between jobs and resources as shown in FIG.
For example, information such as constraint condition number 1, the content "at least one person with a qualification B or higher is required for nighttime work", and level of importance 2 is stored.

【0022】ジョブ選択装置4では、ジョブ記憶装置1
からジョブを読み出して、各ジョブをスケジュール単位
であるコマの形式に展開し、このコマの選択順序を決め
て、コマを一つずつ選択する。
In the job selection device 4, the job storage device 1
Jobs are read out from each job, each job is expanded into a frame format that is a schedule unit, the selection order of the frames is determined, and the frames are selected one by one.

【0023】リソース選択装置5では、リソース記憶装
置2からリソースを読み出して、各リソースをコマに割
り当てるべきリソース単位の形式に展開し、リソース単
位の選択順序を決めて、リソース単位を一つずつ選択す
る。
The resource selection device 5 reads out the resources from the resource storage device 2, expands each resource into a format of a resource unit to be assigned to a frame, determines the selection order of the resource units, and selects the resource units one by one. To do.

【0024】制約条件選択装置6では、制約条件記憶装
置3から制約条件を読み出し、重要度レベルに従って分
類し、次に充足すべき制約条件を選択する。
The constraint condition selection device 6 reads out the constraint conditions from the constraint condition storage device 3, classifies them according to the importance level, and selects the constraint condition to be satisfied next.

【0025】割り当て決定装置7では、まず、制約条件
チエック部71が制約条件選択装置6から現時点で充足
すべき制約条件を選択し、制約条件セットとして設定す
る。例えば、スケジューリング作成開始時は、必須条件
として指定されている制約条件のみを選択する。次に、
制約条件チエック部71は、ジョブ選択装置4およびリ
ソース選択装置5によって選択されたジョブ(コマ単
位)とリソース(リソース単位)が、先に設定した制約
条件セットに違反しないかどうかを調べる。制約条件を
すべて満たす場合は割り当てを決定し、割り当て状況記
憶部72に格納する。制約条件を一つでも満たさない場
合は別の割り当てを検討し、制約条件をすべて満たす割
り当てを探す。
In the allocation determining device 7, first, the constraint condition checking unit 71 selects from the constraint condition selecting device 6 the constraint condition that should be satisfied at the present time and sets it as a constraint condition set. For example, at the start of scheduling creation, only constraint conditions designated as essential conditions are selected. next,
The constraint check unit 71 checks whether or not the job (frame unit) and the resource (resource unit) selected by the job selection device 4 and the resource selection device 5 violate the previously set constraint condition set. When all the constraint conditions are satisfied, allocation is determined and stored in the allocation status storage unit 72. If none of the constraints are met, consider another assignment and find an assignment that satisfies all of the constraints.

【0026】割り当て状況評価部73は、割り当は状況
記憶部72に格納されているスケジュールの途中結果を
随時評価し、これまでよりも良い割り当て状況の場合、
割り当て履歴記憶装置8にその状況を格納する。評価の
際には、割り当て状況評価部73は、割り当て履歴記憶
装置8を参照する。
The allocation status evaluation unit 73 evaluates the allocation intermediate results of the schedule stored in the status storage unit 72 at any time, and when the allocation status is better than before,
The status is stored in the allocation history storage device 8. At the time of evaluation, the allocation status evaluation unit 73 refers to the allocation history storage device 8.

【0027】すべてのリソース単位に割り当てが行われ
た場合、制約条件チエック部71は、再び制約条件選択
装置6から次の重要度レベルの制約条件を選択し、新し
く制約条件セットを設定して、再びスケジュール作成を
実行する。制約チエック部71は、次の重要度レベルの
制約条件が選択出来なくなるか、またはスケジュール作
成のための時間を消費してしまった場合、スケジュール
作成を終了する。
When all resource units have been allocated, the constraint condition check unit 71 again selects the constraint condition of the next importance level from the constraint condition selection device 6 and sets a new constraint condition set, Run the schedule again. The constraint check unit 71 ends the schedule creation when the constraint condition of the next importance level cannot be selected or the time for creating the schedule is consumed.

【0028】割り当て決定装置7の割り当て状況評価部
73と割り当て履歴記憶装置8へのスケジュール作成過
程の途中結果の格納、及び、制約条件チエック部71の
計時機能に基づくスケジュール作成時間の限定処理の導
入が、本発明の特徴である。
The allocation status evaluation unit 73 of the allocation determination unit 7 and the allocation history storage unit 8 store the intermediate results of the schedule creation process, and the introduction of the limited process of the schedule creation time based on the timing function of the constraint condition check unit 71. Is a feature of the present invention.

【0029】図5は、割り当て決定装置7における全体
的処理手順を示したフローチャートである。
FIG. 5 is a flow chart showing the overall processing procedure in the allocation determining device 7.

【0030】割り当て決定装置7は、まず、スケジュー
ル作成に使う時間を指定する(ステップ501)。割り
当て決定装置7の制約条件チエック部71はスケジュー
ル作成にかかった時間を常に計っており、この時間を超
過した場合、作成途中であっても処理を終了する。
The allocation determining device 7 first designates a time used for creating a schedule (step 501). The constraint condition check unit 71 of the allocation determining apparatus 7 always measures the time taken to create a schedule, and if this time is exceeded, the process ends even if the schedule is being created.

【0031】スケジュール作成にあたり、制約条件チエ
ック部71は制約条件選択装置6から重要度レベルが必
須である制約条件を選択して制約条件セットとする(ス
テップ502)。この制約条件セットの下でスケジュー
ル作成を実行する(ステップ503)。そして、スケジ
ュール作成が完了した場合(ステップ504でYes)
は、次の重要度レベルの制約条件を制約条件選択装置6
から選び(ステップ505)、現時点での制約条件に追
加し(ステップ507)、新しい制約条件セットの下で
のスケジュール作成を行う(ステップ503)。
In creating the schedule, the constraint condition check unit 71 selects constraint conditions whose importance level is essential from the constraint condition selection device 6 and sets them as constraint condition sets (step 502). Schedule creation is executed under this constraint condition set (step 503). When the schedule creation is completed (Yes in step 504)
Specifies the constraint condition of the next importance level by the constraint condition selection device 6
(Step 505), add to the current constraint conditions (step 507), and create a schedule under a new constraint condition set (step 503).

【0032】一方、スケジュール作成が未完了の場合
(ステップ504でNo)は、現時点での制約セットの
下では、すべての条件を満足するようなスケジュールを
作成することは不可能なので、対話的修正処理(ステッ
プ508)を行った後、処理を終了する。この対話的修
正処理では、ユーザによる修正の支援のため、途中まで
の最良のスケジュール結果の表示、充足されていない制
約条件の表示、指定した個々の割り当ての変更に対する
スケジュール全体への影響の表示などを行う。
On the other hand, if the schedule creation is not completed (No in step 504), it is impossible to create a schedule that satisfies all the conditions under the current constraint set, so interactive correction is made. After performing the process (step 508), the process ends. In this interactive modification process, for the purpose of assisting the modification by the user, display of the best halfway schedule result, display of unsatisfied constraints, display of the effect on the entire schedule for the change of the specified individual allocation, etc. I do.

【0033】また、追加すべき次の重要度レベルの制約
条件がもうない場合(ステップ506でYes)は、完
全なスケジュールが作成されたので、処理を終了する。
If there is no constraint condition for the next importance level to be added (Yes in step 506), the complete schedule has been created, and the process is terminated.

【0034】図6は、図5のステップ503でのスケジ
ュール作成に関する詳細フローチャートを示したもので
ある。割り当て決定装置7は、ジョブ選択装置4とリソ
ース選択装置5からそれぞれのスケジュール単位を順次
選択し(ステップ601)、割り当てられるべき候補が
なくなるまで(ステップ602でYes)、以下の処理
を繰り返す。
FIG. 6 shows a detailed flow chart regarding the schedule creation in step 503 of FIG. The allocation determining device 7 sequentially selects each schedule unit from the job selecting device 4 and the resource selecting device 5 (step 601), and repeats the following processing until there are no candidates to be allocated (Yes in step 602).

【0035】まず、割り当て決定装置7の制約チエック
部71は、選択した割り当て候補に対して、制約セット
中のすべての制約条件が満足されるかどうかをチエック
し(ステップ603)、一つでも満足しない条件がある
場合(ステップ604でNo)は、再度割り当て候補を
選択し直す。すべての制約条件を満足している場合(ス
テップ604でYes)は、この割り当て候補を割り当
て状況記憶部72に格納する(ステップ605)。割り
当て状況評価部73は、割り当て状況記憶部72の内容
を読み出し、現時点でのスケジュール作成状況を評価す
る(ステップ606)。そして、評価結果がこれまでの
スケジュール作成状況よりも良い場合(ステップ607
でYes)は、割り当て履歴記憶装置8に現時点でのス
ケジュール作成状況を格納し(ステップ608)、良く
なければ(ステップ607でNo)、そのままとする。
さらに、開始時に設定したスケジュール作成に使う時間
を超過している場合はスケジュール作成途中でも処理を
終了する(ステップ609でYes)。
First, the constraint check unit 71 of the assignment determining device 7 checks whether all the constraint conditions in the constraint set are satisfied for the selected assignment candidate (step 603), and even one is satisfied. If there is a condition not to do so (No in step 604), the allocation candidate is selected again. If all the constraint conditions are satisfied (Yes in step 604), this allocation candidate is stored in the allocation status storage unit 72 (step 605). The allocation status evaluation unit 73 reads the contents of the allocation status storage unit 72 and evaluates the current schedule creation status (step 606). Then, if the evaluation result is better than the schedule creation status so far (step 607).
If Yes, the current schedule creation status is stored in the allocation history storage device 8 (step 608), and if it is not good (No in step 607), it is left as it is.
Furthermore, if the time used for creating the schedule exceeds the time set at the start, the process ends even while the schedule is being created (Yes in step 609).

【0036】[0036]

【発明の効果】以上の説明から明らかなように、本発明
によれば、複数のジョブと複数のリソースとの間の割り
当てを制約条件に従って行うスケジューリングにおい
て、制約条件を重要度レベルに分類し、重要度の高いも
のから順番に検討し、段階的に履歴を取りながら時間を
制限してスケジュールを作成してゆくため、計算途中の
スケジュール結果でも、あるレベルの制約条件まで満足
したものとなっている。従って、この結果をもとに再び
自動スケジュール作成を実行したり、対話的に修正処理
を施すことによって、実用的なスケジュールを限られた
時間内に作成することが可能となる。
As is apparent from the above description, according to the present invention, in scheduling in which allocation between a plurality of jobs and a plurality of resources is performed according to a constraint condition, the constraint condition is classified into importance levels, Since the schedules are created in order of importance, the schedule is created by taking a history step by step and limiting the time, so even a schedule result in the middle of calculation will satisfy a certain level of constraint conditions. There is. Therefore, it is possible to create a practical schedule within a limited time by executing automatic schedule creation again based on this result or interactively performing correction processing.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明のスケジュール作成方式を実現する情報
処理システムの一実施例の構成図である。
FIG. 1 is a configuration diagram of an embodiment of an information processing system that realizes a schedule creation method of the present invention.

【図2】ジョブの具体例を示す図である。FIG. 2 is a diagram showing a specific example of a job.

【図3】リソースの具体例を示す図である。FIG. 3 is a diagram showing a specific example of resources.

【図4】制約条件の具体例を示す図である。FIG. 4 is a diagram showing a specific example of constraint conditions.

【図5】図1の割り当て決定装置における全体的処理手
順のフローチャートである。
5 is a flowchart of an overall processing procedure in the allocation determining device of FIG.

【図6】図1の割り当て決定装置における一定の制約条
件セット下でのスケジュール作成手順の詳細フローチャ
ートである。
6 is a detailed flowchart of a schedule creating procedure under a fixed constraint condition set in the allocation determining apparatus of FIG.

【符号の説明】[Explanation of symbols]

1 ジョブ記憶装置 2 リソース記憶装置 3 制約条件記憶装置 4 ジョブ選択装置 5 リソース選択装置 6 制約条件選択装置 7 割り当て決定装置 71 制約条件チエック部 72 割り当て状況記憶部 73 割り当て状況評価部 8 割り当て履歴記憶装置 DESCRIPTION OF SYMBOLS 1 job storage device 2 resource storage device 3 constraint condition storage device 4 job selection device 5 resource selection device 6 constraint condition selection device 7 allocation determination device 71 constraint condition check unit 72 allocation status storage unit 73 allocation status evaluation unit 8 allocation history storage device

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数のジョブと複数のリソースとの間の
割り当てを制約条件に従って行いスケジュールを自動作
成する方式において、スケジュール作成時間を設定する
とともに制約条件を重要度によりレベル分けし、前記設
定した時間内で、制約条件を重要度の高いものから満た
すようにスケジュールを作成していくことを特徴とする
スケジュール作成方式。
1. A method of automatically creating a schedule by allocating a plurality of jobs and a plurality of resources according to a constraint condition, setting a schedule creation time, classifying the constraint condition into levels according to importance, and setting the condition. A schedule creation method characterized in that a schedule is created in such a way that constraints with higher importance are met within the time limit.
【請求項2】 設定した時間内に制約条件をすべて満た
す結果が得られない場合、途中結果を対話的に修正して
スケジュールを作成することを特徴とする請求項1記載
のスケジュール作成方式。
2. The schedule creating method according to claim 1, wherein when a result that satisfies all the constraint conditions is not obtained within the set time, the intermediate result is interactively modified to create the schedule.
JP26723191A 1991-09-18 1991-09-18 Schedule automatic creation processing method Expired - Fee Related JP3114149B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26723191A JP3114149B2 (en) 1991-09-18 1991-09-18 Schedule automatic creation processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26723191A JP3114149B2 (en) 1991-09-18 1991-09-18 Schedule automatic creation processing method

Publications (2)

Publication Number Publication Date
JPH0581288A true JPH0581288A (en) 1993-04-02
JP3114149B2 JP3114149B2 (en) 2000-12-04

Family

ID=17441967

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26723191A Expired - Fee Related JP3114149B2 (en) 1991-09-18 1991-09-18 Schedule automatic creation processing method

Country Status (1)

Country Link
JP (1) JP3114149B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005216287A (en) * 2004-01-28 2005-08-11 Microsoft Corp Time management representations and automation for allocating time to projects and meetings within online calendaring system
JP2010165356A (en) * 2009-01-13 2010-07-29 Xerox Corp Method and system for processing documents
JP2023069121A (en) * 2021-11-05 2023-05-18 シーライヴ株式会社 Scheduling system, scheduling program, and scheduling method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63237165A (en) * 1987-03-26 1988-10-03 Hitachi Ltd Method and device for work schedule plan supporting
JPH0415865A (en) * 1990-05-09 1992-01-21 Hitachi Ltd Schedule generation support device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63237165A (en) * 1987-03-26 1988-10-03 Hitachi Ltd Method and device for work schedule plan supporting
JPH0415865A (en) * 1990-05-09 1992-01-21 Hitachi Ltd Schedule generation support device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005216287A (en) * 2004-01-28 2005-08-11 Microsoft Corp Time management representations and automation for allocating time to projects and meetings within online calendaring system
JP2010165356A (en) * 2009-01-13 2010-07-29 Xerox Corp Method and system for processing documents
JP2023069121A (en) * 2021-11-05 2023-05-18 シーライヴ株式会社 Scheduling system, scheduling program, and scheduling method

Also Published As

Publication number Publication date
JP3114149B2 (en) 2000-12-04

Similar Documents

Publication Publication Date Title
US6952828B2 (en) System, method and computer program product for dynamic resource management
US4896269A (en) Job shop scheduling and production method and apparatus
EP0755537B1 (en) Priority queue filtering system and method of operation
JP4571819B2 (en) Predictive and preemptive planning and scheduling for systems and methods with different job priorities
US5053970A (en) Work scheduling method
US5574640A (en) Case-based scheduling method for creating a schedule
Wallace Applying constraints for scheduling
US5212768A (en) Method and apparatus for processing knowledge
KR100311187B1 (en) Dynamic Information Processing System and Method
JPH0581288A (en) Schedule forming system
US5485549A (en) Method and system for a production system
JP2705649B2 (en) Work assignment method
JP2000040099A (en) Device and method for preparing schedule, selecting method for job and recording medium recording software of schedule preparation
JP2731079B2 (en) Schedule creation device
JPH07244692A (en) Method and device for production process scheduling
JPH09244706A (en) Method and device for plan correction
JPH07210600A (en) Device and method for preparing schedule
CN117421109B (en) Training task scheduling method and device, computer equipment and storage medium
JPH11353365A (en) Method and device for managing process
JP4348333B2 (en) Scheduling method and scheduling program
JPS63163669A (en) Deciding system for assignment
JP2747130B2 (en) Schedule automatic creation processing method
CN114912775B (en) Teleoperation planning method and teleoperation planning system for granular management action duration
JP3243058B2 (en) Scheduling apparatus and method
JPH07192051A (en) Manufacturing schedule preparation device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees