File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1109,17 +1109,14 @@ def solve(
11091109 Size of the slice to use for writing the lp file. The slice size
11101110 is used to split large variables and constraints into smaller
11111111 chunks to avoid memory issues. The default is 2_000_000.
1112- remote : linopy.remote.RemoteHandler
1112+ remote : linopy.remote.RemoteHandler | linopy.oetc.OetcHandler, optional
11131113 Remote handler to use for solving model on a server. Note that when
11141114 solving on a rSee
11151115 linopy.remote.RemoteHandler for more details.
11161116 progress : bool, optional
11171117 Whether to show a progress bar of writing the lp file. The default is
11181118 None, which means that the progress bar is shown if the model has more
11191119 than 10000 variables and constraints.
1120- oetc_settings : dict, optional
1121- Settings for the solving on the OETC platform. If a value is provided
1122- solving will be attempted on OETC, otherwise it will be done locally.
11231120 **solver_options : kwargs
11241121 Options passed to the solver.
11251122
You can’t perform that action at this time.
0 commit comments