1 2 3 | Phase3.Main(opRisk.wt, colDmg.wt, cost.wt, opRisk.const = Inf,
colDmg.const = Inf, cost.const = Inf, unitDestructRequired = 0.3,
campDestructRequired = 0.05, csvOutput = NULL)
|
opRisk.wt |
numeric, the weight given to operational risk. To not consider operational risk, use opRisk.wt = 0. |
colDmg.wt |
numeric, the weight given to collateral damage. To not consider collateral damage, use colDmg.wt = 0. |
cost.wt |
numeric, the weight given to cost. To not consider cost, use cost.wt = 0. |
opRisk.const |
numeric, the constraint for operational risk objective value, in sortie-kilometers. If not supplied, assumed to be unconstrained. |
colDmg.const |
numeric, the constraint for collateral damage objective value, in number of expected civilian casualties. If not supplied, assumed to be unconstrained. |
cost.const |
numeric, the constraint for cost objective value, in thousande of dollars. If not supplied, assumed to be unconstrained. |
probDestructRequired |
numeric, the proportion of an area target that must be destroyed before that target is considered inoperable. Note: Airfield targets will always have a 100 |
list with the decision, the optimal solution for munition-target pairing, the targets per platform, the objective function values for each of the three objectives, and the raw output from the rglpk. Computes the LP-optimal solution to the munition-target pairing problem for phase 3, and reports results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.