Florian Kaltwasser
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Florian Kaltwasser-
Florian Kaltwasser commented,
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 commented,
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 created a post,
Complexity reduction makes the algorithm slower
AnsweredHey 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...