Made comment consistent with documentation

This commit is contained in:
watchdogs132
2022-10-15 22:56:07 +05:30
committed by GitHub
parent 7a9c264fa6
commit eb41252897

View File

@@ -562,7 +562,7 @@ class RoutingModel {
/// Quantities at a node are represented by "cumul" variables and the increase
/// or decrease of quantities between nodes are represented by "transit"
/// variables. These variables are linked as follows:
/// if j == next(i), cumul(j) = cumul(i) + transit(i) + slack(i)
/// if j == next(i), cumul(j) = cumul(i) + transit(i,j) + slack(i)
/// where slack is a positive slack variable (can represent waiting times for
/// a time dimension).
/// Setting the value of fix_start_cumul_to_zero to true will force the