Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlviDab committed Aug 22, 2023
1 parent 6a3eb22 commit 59f9aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/09_Weights.R
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ for(l in c(10, 100, 1000)) {
add_feature_weights(ConsFeatures$w) #Add feature weights
}

sol_AreaTarget <- solve(p_AreaTarget) #Solve the conservation planning problem
sol_AreaTarget <- solve(p_AreaTarget, force = TRUE) #Solve the conservation planning problem

list_sol_AreaTarget_BioServ[[x]] <- list(p_AreaTarget, sol_AreaTarget) #Add the solution to the list of solutions
}
Expand Down

0 comments on commit 59f9aae

Please sign in to comment.