Using Piecewise Linear Functions in Optimization: a Transport Example
|
INDEX
PREVIOUS
NEXT
|
This chapter shows you how to represent piecewise linear functions in optimization with ILOG CPLEX and Concert Technology. In this chapter, you will find these topics:
This chapter walks through an example in C++, transport.cpp
. You will also find Transport.java
in yourCPLEXinstallation/examples/src/
. If your installation includes the .NET API of ILOG CPLEX, then you will also find the C#.NET implementation of this example in Transport.cs
and the VB.NET implementation in Transport.vb.