添加基础数据结构、公用函数、接口等

This commit is contained in:
2025-11-14 11:33:43 +08:00
commit fe1071287b
4 changed files with 213 additions and 0 deletions

7
core/interface.py Normal file
View File

@@ -0,0 +1,7 @@
# 用于提供对外接口
from data.type import MachineConfig
from opt.smm.basis import *
from opt.smm.feeder_priority import FeederPriorityOpt
from opt.smm.cell_division import CellDivisionOpt
from opt.smm.hybrid_genetic import HybridGeneticOpt
from opt.smm.aggregation import Aggregation