DegreeError

(类来自 pyomo.contrib.appsi.solvers.highs)

class pyomo.contrib.appsi.solvers.highs.DegreeError[source]

基础类:PyomoException

__init__(*args, **kwargs)

成员文档

add_note()

Exception.add_note(note) – 向异常添加一个注释

with_traceback()

Exception.with_traceback(tb) – 将 self.__traceback__ 设置为 tb 并返回 self。