wmpy.coreΒΆ
The wmpy.core submodule contains task-agnostic classes and utilities.
It exposes:
AssignmentConverter: a class that facilitates the conversion of satisfying TAs into polytope, polynomial pairs
Polynomial: the internal class for handling polynomials
Polytope: the internal class for handling convex polytopes
This module implements some useful methods used throughout the code. |
|