ILOG CPLEX 11.0 User's Manual > Advanced Programming Techniques > Using Goals > Special Goals in Branch & Cut > And Goal |
And Goal |
INDEX PREVIOUS NEXT |
An And goal also takes goals as arguments. It returns a goal that will cause ILOG CPLEX to execute all the goals passed as arguments in the order of the arguments.
In the C++ API, an And goal is returned by IloCplex::GoalI::AndGoal
.
In the Java API, an And goal is returned by the method IloCplex.and
.
In the .NET API, an And goal is returned by the method Cplex.And
.
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |