Қуйидаги икки номаълумли ЧДМни график усулда ечинг python.
Қуйидаги икки номаълумли чдмни график усулда ечинг
Download
212,77 Kb.
Pdf ko'rish
Sana
14.05.2024
Hajmi
212,77 Kb.
#233336
Bog'liq
Algoritmlarni loyihalash. 4-dars.
Bu sahifa navigatsiya:
Қуйидаги икки номаълумли ЧДМни график усулда ечинг python.
O‘ZBEKISTON RESPUBLIKASI
AXBOROT TEXNOLOGIYALARI VA
KOMMUNIKATSIYALARINI
RIVOJLANTIRISH VAZIRLIGI
MUHAMMAD AL-XORAZMIY NOMIDAGI
TOSHKENT AXBOROT TEXNOLOGIYALARI
UNIVERSITETI
Fakultet: Dasturiy injiniring.
ALGORITMLARNI LOYIHALASH
Bajardi:
Ramazonov Mirshod
Guruh: 310-
22
.
Tekshirdi: Qo’ldoshev H.
Amaliy ish - №4
3-variant
Қуйидаги икки номаълумли ЧДМни график усулда ечинг
#python.
from
pulp import LpMaximize
, LpProblem, LpVariable
masala = LpProblem(name="muammo_3", sense=LpMaximize)
x1 = LpVariable(name="x1", lowBound=0)
x2 = LpVariable(name="x2", lowBound=0)
masala += 2 * x1 - x2
masala += x1 - x2 >= -3
masala += 6 * x1 + 7 * x2 <= 42
masala += 2 * x1 - 3 * x2 <= 6
masala += x1 + x2 >= 4
masala.solve()
print("Eng yaxshi yechim:")
for i in masala.variables():
print(f"{i.name}: {i.value()}")
print(f"Eng yaxshi qiymat: {masala.objective.value()}")
import matplotlib.pyplot as plt
import numpy as np
xpoints = np.array([1, 8])
ypoints = np.array([3, 10])
plt.plot(xpoints, ypoints)
plt.show()
Download
212,77 Kb.
Download
212,77 Kb.
Pdf ko'rish
Bosh sahifa
Aloqalar
Bosh sahifa
Dərs
Mühazirə
Qaydalar
Referat
Xülasə
Yazı
Қуйидаги икки номаълумли чдмни график усулда ечинг
Download
212,77 Kb.
Pdf ko'rish