6 lines
97 B
Python
6 lines
97 B
Python
|
from __future__ import annotations
|
||
|
|
||
|
from docplex.mp.basic import Expr
|
||
|
|
||
|
class QuadExpr(Expr): ...
|