pulp
pulp copied to clipboard
add type hints (Experimental)
#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).