unique_paths

(function from pyomo.solvers.amplfunc_merge)

pyomo.solvers.amplfunc_merge.unique_paths(*paths)[source]

Merge paths, eliminating duplicates.

Parameters:

*path (str) – Each argument is a string containing one or more paths. Multiple libraries are separated by newlines.

Returns:

str

Return type:

merged list of newline-separated paths.