repo.or.cz
/
sympycore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implemented crisscross algorithm for solving LP problems.
[sympycore.git]
/
sympycore
/
ring
/
__init__.py
blob
9f5cbeb284b0aa30a7e57cd5dee66277b18f7a4e
1
2
__all__
= [
'Ring'
,
'CommutativeRing'
]
3
4
from
.
algebra
import
Ring
,
CommutativeRing