v1
latestOpenAPI 3.1.02026-07-1740131135.9 KBEMO
Iterate
Starts the EMO method.
Args: request (EMOSolveRequest): The request object containing parameters for the EMO method. user (Annotated[User, Depends]): The current user. session (Annotated[Session, Depends]): The database session.
Raises: HTTPException: If the request is invalid or the EMO method fails.
Returns: IterateResponse: A response object containing a list of IDs to be used for websocket communication. Also contains the StateDB id where the results will be stored.
post/method/emo/iterate
Request body
Response
Successful Response