analytics
Browse files
app.py
CHANGED
|
@@ -314,7 +314,9 @@ Outputs:
|
|
| 314 |
- Allocation of assets that maximizes expected profit while minimizing costs and risks.
|
| 315 |
|
| 316 |
Constraints:
|
|
|
|
| 317 |
Assume volume is bound by 0 to 100
|
|
|
|
| 318 |
Objective: max SUM [ vol_s * prob_s - cost_s ]
|
| 319 |
|
| 320 |
- The total cost of the allocation must not exceed the available budget.
|
|
|
|
| 314 |
- Allocation of assets that maximizes expected profit while minimizing costs and risks.
|
| 315 |
|
| 316 |
Constraints:
|
| 317 |
+
|
| 318 |
Assume volume is bound by 0 to 100
|
| 319 |
+
|
| 320 |
Objective: max SUM [ vol_s * prob_s - cost_s ]
|
| 321 |
|
| 322 |
- The total cost of the allocation must not exceed the available budget.
|