AIMMS is a software company that provides a platform for mathematical optimization and scenario modeling, mainly for supply chain management. Founded in 1989, the company has a long history of helping businesses solve complex planning puzzles. AIMMS offers two main products. The first is Optimization Tooling, a complete development environment for building and deploying custom optimization applications. The second is SC Navigator, a ready-to-use SaaS application designed for supply chain network design. The platform helps companies to make better decisions by analyzing complex data, balancing trade-offs like cost and service levels, and identifying potential risks and opportunities in their operations. It is trusted by many large global companies for their critical planning needs.
AIMMS provides a powerful set of features for supply chain professionals and data scientists.
AIMMS pricing is not publicly listed on their website. This is common for enterprise-grade software that requires a custom solution. The pricing is typically based on several factors, including the specific products used (Optimization Tooling or SC Navigator), the number of users, the scale of the models, and the level of support required. Potential customers need to contact the AIMMS sales team to discuss their specific needs and receive a custom quote. They offer tailored packages for different business sizes and complexity levels, from mid-sized companies to large global enterprises.
AIMMS does not offer a standard free plan for its main products. However, they provide opportunities for potential users to experience the software. You can request a live demo with a product expert who will walk you through the platform's capabilities and answer questions specific to your business challenges. For developers and academics, AIMMS sometimes offers community or academic licenses with certain limitations, which can be explored through their support and community channels.
Getting started with AIMMS involves a few key steps to solve your supply chain challenges.
Pros:
Cons:
AIMMS is designed to work within a larger enterprise technology ecosystem. It can exchange data with any system, ensuring that your optimization models are always based on the latest information. Common integrations include:
There are several other tools available for supply chain optimization and design.
Yes, AIMMS provides a robust set of APIs that allow developers to integrate AIMMS optimization capabilities into other applications and automate workflows. The AIMMS PRO (Prometheus) platform offers REST APIs to manage jobs, access data, and run optimization models programmatically. This enables the creation of a seamless connection between AIMMS and other enterprise systems. Access to the API documentation and keys is typically provided to customers with an active license. You would usually find this information in the developer or support portal after becoming a customer.
Here is a generic Python example of how you might call an AIMMS API to run a job:
import requests
import json
api_url = "https://your-aimms-instance.com/api/v1/jobs"
api_key = "YOUR_API_KEY"
headers = {
"Authorization": f"Bearer {api_key}",
"Content-Type": "application/json"
}
payload = {
"model_name": "BreweryCapacityModel",
"input_data": {
"demand_forecast": 120000,
"production_cost": 5.5
}
}
response = requests.post(api_url, headers=headers, data=json.dumps(payload))
if response.status_code == 201:
print("Job started successfully!")
print(response.json())
else:
print(f"Failed to start job: {response.status_code}")
AIMMS does not appear to have a traditional public affiliate program where individuals can earn commissions for referrals. Instead, they focus on a Partner Ecosystem. This program is designed for consulting firms, technology providers, and resellers who can help implement and extend the AIMMS platform for clients. Partners receive benefits like training, technical support, and co-marketing opportunities. If you or your company is interested in becoming a partner, you should contact their partnership or business development team directly through their official website to discuss the requirements and benefits of the program.
Show your users that AIMMS is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/aimms?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-aimms" target="_blank"><img src="https://saasprofile.com/aimms/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="AIMMS badge" loading="lazy" /></a>