<span class="searchmatch">vehicle</span> <span class="searchmatch">routing</span> <span class="searchmatch">problem</span> (tsz. <span class="searchmatch">vehicle</span> <span class="searchmatch">routing</span> problems) (informatika) jármű útvonaltervezési probléma A <span class="searchmatch">Vehicle</span> <span class="searchmatch">Routing</span> <span class="searchmatch">Problem</span> (VRP), vagy járműútvonal-tervezési...
generalized assignment <span class="searchmatch">problem</span> (tsz. generalized assignment problems) (informatika) A Generalized Assignment <span class="searchmatch">Problem</span> (GAP, általánosított hozzárendelési...
Járműútvonal-tervezés (<span class="searchmatch">Vehicle</span> <span class="searchmatch">Routing</span> <span class="searchmatch">Problem</span>, VRP) Legénység-beosztás (Crew Scheduling) Vágási minták optimalizálása (Cutting Stock <span class="searchmatch">Problem</span>) Generalizált hozzárendelési...
angol: <span class="searchmatch">vehicle</span> <span class="searchmatch">routing</span> <span class="searchmatch">problem</span> (en)...
IPA: [ ˈkøzɛliːtøːɒlɡoritmuʃ] közelítő algoritmus (informatika, matematika, algoritmusok) A közelítő algoritmusok olyan algoritmusok, amelyek nem feltétlenül...
[LpVariable(f"x{i}", cat="Binary") for i in range(len(values))] prob = Lp<span class="searchmatch">Problem</span>("Knapsack", LpMaximize) prob += lpSum(x[i]*values[i] for i in range(len(x)))...
algoritmus egy heurisztikus módszer a jármű útvonaltervezési probléma (<span class="searchmatch">Vehicle</span> <span class="searchmatch">Routing</span> <span class="searchmatch">Problem</span>, VRP) megoldására. Az algoritmus célja, hogy minimalizálja a járművek...
Salesman <span class="searchmatch">Problem</span> Legrövidebb körút Ütemezési problémák Gyártás, iskolai beosztás <span class="searchmatch">Routing</span> problémák Adathálózat, logisztika Jármű útvonal <span class="searchmatch">Vehicle</span> <span class="searchmatch">Routing</span> Problem...
szimuláció-alapú optimalizálás from pulp import * # Probléma definiálása prob = Lp<span class="searchmatch">Problem</span>("Simple LP", LpMaximize) x = LpVariable("x", lowBound=0) y = LpVariable("y"...