Project: Моделирование труднорешаемых задач
Views: 22Visibility: Unlisted (only visible to those who know the link)
Image: ubuntu2204Kernel: Python 3 (ipykernel)
In [1]:
In [2]:
In [3]:
In [4]:
In [5]:
# ==========================================================
# = Solver Results =
# ==========================================================
# ----------------------------------------------------------
# Problem Information
# ----------------------------------------------------------
Problem:
- Name: unknown
Lower bound: 0.20519558
Upper bound: 0.20519558
Number of objectives: 1
Number of constraints: 54
Number of variables: 27
Number of binary variables: 27
Number of integer variables: 27
Number of nonzeros: 13
Sense: minimize
# ----------------------------------------------------------
# Solver Information
# ----------------------------------------------------------
Solver:
- Status: ok
User time: -1.0
System time: 0.73
Wallclock time: 0.64
Termination condition: optimal
Termination message: Model was solved to optimality (subject to tolerances), and an optimal solution is available.
Statistics:
Branch and bound:
Number of bounded subproblems: 0
Number of created subproblems: 0
Black box:
Number of iterations: 253
Error rc: 0
Time: 0.705742359161377
# ----------------------------------------------------------
# Solution Information
# ----------------------------------------------------------
Solution:
- number of solutions: 0
number of solutions displayed: 0
In [6]:
x[1] 1.0
x[2] 1.0
x[11] 1.0
x[13] 1.0
y[0,1] 1.0
y[8,11] 1.0
y[8,13] 1.0
In [7]:
In [ ]: