Mathematical programming & polytope theory

murasyp.mathprog.vf_enumeration(data=[])[source]

Perform vertex/facet enumeration

type data:an argument accepted by the Polytope constructor.
Returns:the vertex/facet enumeration of the polytope (assumed to be in facet/vertex-representation)
Return type:a Polytope
murasyp.mathprog.feasible(data, mapping=None)[source]

Check feasibility using the CONEstrip algorithm

Todo

document, test more and clean up

murasyp.mathprog.maximize(data, mapping={}, objective=(0, {}))[source]

Maximization using the CONEstrip algorithm

Todo

document, test more and clean up

Previous topic

Credal Sets

This Page