v1

latestOpenAPI 3.1.02026-07-1740131135.9 KB

Get Problems

Get information on all the current user's problems.

Args: user (Annotated[User, Depends): the current user.

Returns: list[ProblemInfoSmall]: a list of information on all the problems.

get/problem/all

Response

Successful Response

namestring required
descriptionstring required
is_convexboolean nullable required
is_linearboolean nullable required
is_twice_differentiableboolean nullable required
scenario_keysstring[] nullable required
variable_domain'continuous' | 'binary' | 'integer' | 'mixed' required

An enumerator for the possible variable type domains of a problem.

idinteger required
user_idinteger required