[omni.cuopt.service] cuOpt Simple Interface#
Version: 1.3.2
Overview#
This extension enables a simple interface utility to interact with the cuOpt service for routing optimization.
Requirements#
To use this extension you must either have access to a running instance of the cuOpt microservice (local or remote) or credentials to the cuOpt managed service. Install cuOpt or experience and access managed service here
Recommended Use#
This extension demonstrates a small subset of features of the cuOpt service. The code for this extension is made available and should be extended for specific use cases when needed. A complete list of features can be found in the cuOpt docs
Enable Extension#
The extension can be enabled (if not already) in one of the following ways:
Define the next entry as an application argument from a terminal.
APP_SCRIPT.(sh|bat) --enable omni.cuopt.service
Define the next entry under [dependencies] in an experience (.kit) file or an extension configuration (extension.toml) file.
[dependencies]
"omni.cuopt.service" = {}
Open the Window > Extensions menu in a running application instance and search for omni.cuopt.service.
Then, toggle the enable control button if it is not already active.