Skip to content

Commit

Permalink
added partition space, divide function, updated combine solver
Browse files Browse the repository at this point in the history
  • Loading branch information
alpavlenko committed Dec 27, 2023
1 parent 789bc62 commit 3623ced
Show file tree
Hide file tree
Showing 21 changed files with 739 additions and 508 deletions.
2 changes: 0 additions & 2 deletions core/impl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
from .solving import *
from .optimize import *
from .combine_t import *
from .growing_t import *

cores = {
Solving.slug: Solving,
Combine.slug: Combine,
Optimize.slug: Optimize,
CombineT.slug: CombineT,
GrowingT.slug: GrowingT
}
Loading

0 comments on commit 3623ced

Please sign in to comment.