公共抽象静态类IloCplex.SimplexCallback 扩展IloCplex.ContinuousCallback
IloCplex使用单纯形优化器时使用的回调类。该类的实例代表用户在应用程序中编写的回调,它使用 "IloCplex实例通过(基元或对偶)单纯形优化器来解决问题。 有关单纯形优化器的更多信息,请参阅《CPLEX 用户手册》。
IloCplex会在每次单纯形迭代结束时调用用户编写的回调。
该类的构造函数和方法受保护,以确保它们仅用于派生用户编写的回调类或实现其中的 "main方法。
IloCplex.Callback.Context, IloCplex.Callback.Function| 修饰符 | 构造函数和说明 |
|---|---|
protected |
IloCplex.SimplexCallback()用户编写的 simplex 回调的构造函数。
|
getDualInfeasibility, getInfeasibility, getNiterations, getNiterations64, getObjValue, isDualFeasible, isFeasiblegetModel, getNcols, getNQCs, getNrowsabort, getCplexTime, getDetTime, getEndDetTime, getEndTime, getStartDetTime, getStartTime, main