Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の図のクリティカル パスを教えてください。ですか: a->c->f またはa->d->g 、またはその両方
a->c->f
a->d->g
次の表を使用してネットワーク図を作成しました。
ネットワーク図:
ネットワーク ダイアグラムが正しいと仮定すると、a->c->fコストは 6 + 6 + 9 = 21 です。a->d->gコストは 6 + 7 + 7 = 20 です。したがってa->c->f、最長の (したがってクリティカルな) パスになります。
元の表のクラッシュ時間、コストなどは考慮していないことに注意してください。人々は「クラッシュ」ではなく、週 40 時間労働をすべきです。:)