]>
gitweb.michael.orlitzky.com - dunshire.git/blob - dunshire/__init__.py
2 The "user interface" for Dunshire.
4 Clients are intended to import everything from this module, which in
5 turn pulls in everything that they would need to use the library.
8 # Needed to construct the cone over which the game takes place.
9 from .cones
import (NonnegativeOrthant
,
14 from .games
import SymmetricLinearGame