All Projects → aimms → examples

aimms / examples

Licence: other
Examples from the AIMMS Modeling Book, Functional examples demonstrating particular AIMMS features, AIMMS-style application examples including an end-user UI, Practical examples, including references to the articles on which each example is based.

Programming Languages

C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to examples

go-learning
My Golang training material for testing smaller Go concepts and ideas.
Stars: ✭ 27 (+68.75%)
Mutual labels:  examples
jsfiddle-github
JSFiddle implementation for interactive JavaScript examples.
Stars: ✭ 16 (+0%)
Mutual labels:  examples
Examples
Smaller or bigger examples that I've written or will write in the future in C++.
Stars: ✭ 14 (-12.5%)
Mutual labels:  examples
neeo-sdk-examples
NEEO Brain SDK Examples
Stars: ✭ 19 (+18.75%)
Mutual labels:  examples
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (+137.5%)
Mutual labels:  examples
cloud-game-servers-examples
Collection of examples for using Google Cloud Game Servers.
Stars: ✭ 28 (+75%)
Mutual labels:  examples
three-stdlib
📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
Stars: ✭ 380 (+2275%)
Mutual labels:  examples
weaviate-examples
Weaviate vector search engine – examples
Stars: ✭ 79 (+393.75%)
Mutual labels:  examples
nuxtjs-examples
Example apps of Nuxt.js framework
Stars: ✭ 51 (+218.75%)
Mutual labels:  examples
90 Python Examples
The best way to learn Python is by practicing examples. The repository contains examples of basic concepts of Python. You are advised to take the references from these examples and try them on your own.
Stars: ✭ 190 (+1087.5%)
Mutual labels:  examples
nav-docker-examples
Examples and use-cases for MS Dynamics NAV on Docker
Stars: ✭ 21 (+31.25%)
Mutual labels:  examples
example
【例子】微信开发SDK(Wechat SDK For Golang)
Stars: ✭ 27 (+68.75%)
Mutual labels:  examples
optuna-examples
Examples for https://github.com/optuna/optuna
Stars: ✭ 238 (+1387.5%)
Mutual labels:  examples
evolution
Evolution process of The Falco Project
Stars: ✭ 37 (+131.25%)
Mutual labels:  examples
gradle-demos
A collection of sample builds demonstrating how to do different things in Gradle
Stars: ✭ 29 (+81.25%)
Mutual labels:  examples
ros2 examples
Examples for individual ROS2 functionalities inc. Subscribers, Publishers, Timers, Services, Parameters. ...
Stars: ✭ 46 (+187.5%)
Mutual labels:  examples
jsstore-examples
This repo contains examples of jsstore for different frameworks & tools
Stars: ✭ 31 (+93.75%)
Mutual labels:  examples
gnuplot-examples
GNUPlot Examples
Stars: ✭ 50 (+212.5%)
Mutual labels:  examples
kubernetes-examples
A bunch of examples of how to deploy things on kubernetes
Stars: ✭ 34 (+112.5%)
Mutual labels:  examples
Sandbox
KumbiaPHP sandbox with examples
Stars: ✭ 16 (+0%)
Mutual labels:  examples

AIMMS (an acronym for "Advanced Interactive Multidimensional Modeling System") is a software system designed for modeling and solving large-scale optimization and scheduling-type problems. It consists of an algebraic modeling language, an integrated development environment for both editing models and creating a graphical user interface around these models, and a graphical end-user environment. AIMMS is linked to multiple solvers including CPLEX, Gurobi, CBC, CONOPT, IPOPT, SNOPT, Knitro, MINOS, BARON, PATH and CP Optimizer.

The AIMMS website can be found at:

http://www.aimms.com

If you have any questions about AIMMS in general or about how to get the most out of AIMMS for your problem, you can ask them on our community forum at https://community.aimms.com/

This repository contains several types of AIMMS examples:

  • Examples from the AIMMS Modeling Book
  • Functional examples demonstrating particular AIMMS features
  • AIMMS-style application examples including an end-user UI
  • Practical examples, including references to the articles on which each example is based

Each example is stored in a separate folder containing:

  • An about.txt or description.txt file that briefly describes the model or functionality illustrated in the example
  • An .aimms file which listing the main project and all library folders included in the example
  • An .ams file containing the model source describing the AIMMS model

The examples projects can only be opened in AIMMS 4.0 (or higher) through the .aimms file. To get an overview of the underlying optimization model you can also directly view the .ams model source file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].