跳至主内容
框架 无框架

类IloCplex::DisjunctiveCutCallbackI

定义文件: ilcplex/ilocplexi.h
IloCplex::DisjunctiveCutCallbackI的映射IloCplex::DisjunctiveCutCallbackIIloCplex::DisjunctiveCutCallbackIIloCplex::MIPCallbackIIloCplex::MIPInfoCallbackIIloCplex::OptimizationCallbackIIloCplex::CallbackI

类 "IloCplex::DisjunctiveCutCallbackI的实例代表应用程序中用户编写的回调,该应用程序使用 "IloCplex的实例来解决混合整数编程问题(MIP)。 该类提供了一种方法,用于检查生成非连接切分的进度。

该类的构造函数和方法受保护,用于派生用户编写的回调类和实现其中的 "main方法。

如果试图访问本类实例无法访问的信息,则会出现异常。

另请参阅:

方法概要
protected DisjunctiveCutCallbackI(IloEnv env)
public IloNumgetProgress() const
protected Callback::TypegetType() const
从 "MIPCallbackI继承的方法
getCurrentNodeDepth, getObjCoef, getObjCoef, getObjCoefs, getObjCoefs, getType, getUserThreads, MIPCallbackI
从 "MIPInfoCallbackI继承的方法
getBestObjValue, getCutoff, getDirection, getDirection, getIncumbentObjValue, getIncumbentSlack, getIncumbentSlacks, getIncumbentValue, getIncumbentValue, getIncumbentValue, getIncumbentValues, getIncumbentValues, getMIPRelativeGap, getMyThreadNum, getNcuts, getNiterations, getNiterations64, getNnodes, getNnodes64, getNremainingNodes, getNremainingNodes64, getPriority, getPriority, getQuality, getType, hasIncumbent, MIPInfoCallbackI
从 "OptimizationCallbackI继承的方法
getModel, getNcols, getNQCs, getNrows
从 "CallbackI继承的方法
abort, duplicateCallback, getCplexTime, getDetTime, getEndDetTime, getEndTime, getEnv, getStartDetTime, getStartTime, getType, main
方法详细信息

DisjunctiveCutCallbackI

protectedDisjunctiveCutCallbackI(IloEnv env)

此构造函数创建了一个回调函数,用于生成非连接剪切的应用程序。


getProgress

公共IloNum getProgress() 常量

此方法返回完成分词切割生成过程的百分比。


getType

protectedCallback::Type getType() const

此方法返回调用回调对象的回调类型。