Setting Up the Base Model#
This guide provides instructions and examples to help you set up and use the DecisionAI model interface.
Setting Up an Optimization Model: Learn how to define your optimization model in a single Python file, including input data, model variables, and the model itself: Read more.
How to Use the Model: Learn how to instantiate and solve your optimization model, including loading the problem with input data and interpreting the solution: Read more.
Examples: Explore complete examples demonstrating the use of the DecisionAI model interface, including a simple example, staff scheduling, and vehicle routing problems: Read more.