Florian Kaltwasser
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Florian Kaltwasserさんの最近のアクティビティ-
Florian Kaltwasserさんがコメントを作成しました:
Hi Matthias, the complexity issue is the following: if i have 8 modules that can be placed in all of the 8 possible positions, i have 8! possible ways to permutate the modules in the position. This...
-
Florian Kaltwasserさんがコメントを作成しました:
Hello Matthias, thank you very much for your answer, i got your point. Unfortunately if i completely leave out every variable of the array p[] which has a 0 for the upper bound in the array auswahl...
-
Florian Kaltwasserさんが投稿を作成しました:
Complexity reduction makes the algorithm slower
回答済みHey all, i am trying to solve a MIP in which modules are arranged. First i had the problem set up that every module can sit in every possible place, so i have O(n) = n! What i now tried was to chan...