You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/scenario_creator.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ assumed to be equally likely.
53
53
EF Supplement List
54
54
------------------
55
55
56
-
The function ``attach_root_node`` takes an optional argument ``nonant_ef_supple_list`` (that is passed through to the ``ScenarioNode`` constructor). This is a list similar to the nonanticipate Var list. These variables will not be given
56
+
The function ``attach_root_node`` takes an optional argument ``nonant_ef_suppl_list`` (that is passed through to the ``ScenarioNode`` constructor). This is a list similar to the nonanticipate Var list. These variables will not be given
57
57
multipliers by algorithms such as PH, but will be given non-anticipativity
58
58
constraints when an EF is formed, either to solve the EF or when bundles are
59
59
formed. For some problems, with the appropriate solver, adding redundant nonanticipativity constraints
raiseRuntimeError("Failed to acquire solver license - call to set_instance() for scenario=%s failed after %d retry attempts"% (sname, num_retry_attempts))
796
-
else:
797
-
print("Sleeping for %d seconds before re-attempting"%LICENSE_RETRY_SLEEP_TIME)
raiseRuntimeError("Failed to acquire solver license - call to set_instance() for scenario=%s failed after %d retry attempts"% (sname, num_retry_attempts))
821
+
else:
822
+
print("Sleeping for %d seconds before re-attempting"%LICENSE_RETRY_SLEEP_TIME)
0 commit comments