Loading...
Searching...
No Matches
Go to the source code of this file.
|
Tuple[mathopt.SolveResult, List[str]] | ortools.math_opt.python.ipc.remote_http_solve.remote_http_solve (mathopt.Model model, mathopt.SolverType solver_type, Optional[mathopt.SolveParameters] params=None, Optional[mathopt.ModelSolveParameters] model_params=None, Optional[str] endpoint=_DEFAULT_ENDPOINT, Optional[str] api_key=None, Optional[float] deadline_sec=_DEFAULT_DEADLINE_SEC) |
|
requests.Session | ortools.math_opt.python.ipc.remote_http_solve.create_optimization_service_session (str api_key, float deadline_sec) |
|
| ortools.math_opt.python.ipc.remote_http_solve._build_json_payload (mathopt.Model model, mathopt.SolverType solver_type, Optional[mathopt.SolveParameters] params, Optional[mathopt.ModelSolveParameters] model_params) |
|
Tuple[mathopt.SolveResult, List[str]] | ortools.math_opt.python.ipc.remote_http_solve._build_solve_result (bytes json_response, mathopt.Model model) |
|