コード例 #1
0
ファイル: PersonAgent.cs プロジェクト: lmorisse/Symu
        public override void SwitchingContextModel()
        {
            var switchingContextCost = MainOrganization.SwitchingContextCost;

            Capacity.Multiply(1 / switchingContextCost);
        }