Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
Next: Interacting with Batch Requests Up: Batch Optimization Previous: Tagging Variables or Constraints
Submitting a Batch Optimization Request
Once you have built your model and tagged the elements of interest,
you are ready to submit your batch request. This is done by invoking
the optimizeBatch
method (e.g.,
optimizeBatch in
Python). This method returns a BatchID
string which is used for later queries. Here's a simple example:
# Submit batch request batchID = model.optimizeBatch()
Next: Interacting with Batch Requests Up: Batch Optimization Previous: Tagging Variables or Constraints