Here's a post sourced from the old Tech Blog that points you to some handy tricks for integer and linear modeling!
Modeling problems with an (integer) linear program sometimes requires some experience to recognize certain structures in the problem description that can be formulated in a linear way.
On the website of the Naval Postgraduate School, you can find the document Formulating Integer Linear Programs: A Rogues’ Gallery that tries to demystify the art of formulating linear and integer linear programs.
They do this by introducing formulettes, which consist of a verbal description and the constraints and variables that model this verbal description.
The first simple example of a formulette they provide is the following:
For each unit of X>sub]1[/sub] , there must be at least 5 units of X>sub]2[/sub]
which can be modeled with
5X5sub]1[/sub] <= X sub]2[/sub]
The document contains a lot more such formulettes of varying complexity.
Furthermore, in our book Optimization Modeling you can also find various modeling tricks in the chapters Linear Programming Tricks and Integer Programming Tricks.
(The Optimization Modeling book can either be found online via the link above, or you can find it under the Help menu after you start AIMMS.)
Be the first to reply!
Reply
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.