Package com.gams.examples
Provides for Java examples illustrating the usage of GAMS Java AP from package com.gams.api
.
More...
Packages | |
package | alias |
Provides examples that demonstrate the logic of how aliases are handled in the GAMS Java API. | |
package | benders |
Provides examples that implement simple Benders decomposition method for a stochastic linear program. | |
package | clad |
Provides examples that demonstrates how to implement a complex termination criterion for a difficult MIP using GAMS/Cplex. | |
package | cutstock |
Provides examples that implement a column generation approach to solve the cutting stock problem. | |
package | domain |
Provides examples that demonstrate how to trigger domain checking and how to access the records that violate the referential integrity. | |
package | interrupt |
Provides examples that demonstrate how to alter some console properties to get this behavior of Ctrl-C. | |
namespace | speicialvalues |
Provides examples that show how special values of the programming language (e.g. | |
package | transport |
Provides examples that demonstrate the use of the GAMS Java API on the simple transport model [trnsport] from the GAMS Model Library. | |
package | tsp |
Provides examples that demonstrate how to use a GAMSModelInstance to implement the subtour elimination algorithm for the Traveling Salesman Problem (TSP) problem. | |
package | warehouse |
Provides example that demonstrate how to solve a simple GAMS model to assign stores to warehouses for different data sets in parallel. | |
Detailed Description
Provides for Java examples illustrating the usage of GAMS Java AP from package com.gams.api
.