文件名称:ternary-balance::balance_scale:Python求解器来解决平衡问题
文件大小:12KB
文件格式:ZIP
更新时间:2024-04-19 00:58:45
python math sphinx python3 python-3
三元平衡系统 给定一个整数N,从集合{1、3、9、27,...}(即3的幂)中找到一种使权重与该整数平衡的方法。 特征 解决三元平衡问题 提供用于探索和测试的数字实用程序 入门 确保您的Python是最新的: $ python --version Python 3.8.2 设置python环境: $ python -m venv ternary 安装要求: (ternary) $ pip install -r requirements.txt 用法 一个查询: from ternary_balance . solver import ternary_balance solver = ternary_balance () solver . solve () 许多查询: from ternary_balance . solver import ternary_balance sol
【文件预览】:
ternary-balance-master
----.github()
--------workflows()
----requirements.txt(645B)
----LICENSE(1KB)
----README.md(1KB)
----ternary_balance()
--------utils()
--------__init__.py(0B)
--------solver.py(2KB)
--------example.py(168B)
----docs()
--------make.bat(760B)
--------ternary_balance.rst(592B)
--------ternary_balance.utils.rst(393B)
--------conf.py(2KB)
--------index.rst(447B)
--------Makefile(634B)
--------modules.rst(82B)
----.gitignore(2KB)
----pyproject.toml(276B)