Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Profile matching: create a firebase function #1291

@viktor-yunenko

Description

@viktor-yunenko

mixed integer solver on a gcloud function

  • eg python pickled 1GB object, but might be compressed
  • from mip_cvxpy import PYTHON_MIP
  • import cvxpy
  • def cloud_func(problem, options):
    • solver = PYTHON_MIP()
    • problem.solve(solver=solver, verbose=True, gp=False, **options)
    • return (problem, stdout_content, stderr_content)
    • “options” here is a dictionary

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions