pulp icon indicating copy to clipboard operation
pulp copied to clipboard

add type hints (Experimental)

Open CubeSugarCheese opened this issue 8 months ago • 3 comments

#650

This pr still incomplete, some functions are hard to type, like LpVariable.matrix and LpVariable.dicts. And lots of usage of cast and # type: ignore to adapt old code base (some replace by not None assert).

CubeSugarCheese avatar May 29 '24 14:05 CubeSugarCheese