Home
last modified time | relevance | path

Searched refs:LpBinary (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-PuLP/PuLP-2.6.0/pulp/
H A Dconstants.py36 LpBinary = "Binary" variable
37 LpCategories = {LpContinuous: "Continuous", LpInteger: "Integer", LpBinary: "Binary"}
H A Dpulp.py265 if cat == const.LpBinary:
/dports/math/py-PuLP/PuLP-2.6.0/pulp/tests/
H A Dbin_packing_problem.py32 using_bin = LpVariable.dicts("y", bin_indices, cat=LpBinary)
34 "x", indexs=product(item_indices, bin_indices), cat=LpBinary
H A Dtest_pulp.py493 c1 = LpVariable("c1", 0, 1, const.LpBinary)
494 c2 = LpVariable("c2", 0, 1, const.LpBinary)
1064 c1 = LpVariable("c1", 0, 1, const.LpBinary)
1065 c2 = LpVariable("c2", 0, 1, const.LpBinary)