qaekwy.engine

This module provides the classes for interacting with the optimization engine.

DirectEngine

Represents a connection to the cloud-hosted optimization engine.

  • __init__(endpoint): Initializes a new DirectEngine instance.
  • echo(): Sends an echo request to the engine.
  • version(): Gets the version of the engine.
  • model(modeller): Submits a model to the engine and gets a solution back.