Skip to content

Commit

Permalink
🔧 Update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-minamoto committed Feb 28, 2025
1 parent 6a14aa0 commit ed8b072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]

[packages]
amplify-sched = {version=">=0.2.0"}
amplify-sched = {version=">=0.2.1"}
jupyter = "*"
ipywidgets = "*"
black = {extras = ["jupyter"], version = "*"}
Expand Down
2 changes: 1 addition & 1 deletion notebooks/ja/tutorials/se_concept.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"<a id=\"concept\"></a>\n",
"## Amplify SE とは\n",
"\n",
"Fixstars Amplify Scheduling Engine (Amplify SE) は、多岐にわたるスケジュールの立案・最適化に特化した最適化エンジンです。どなたでも定式化不要で、最適化がなされた種々の計画立案が可能です。柔軟に設計された専用ライブラリにより、多品種少量や変種変量生産のような複雑で迅速、頻繁な立案が求められる生産計画立案に最適です。また、生産計画以外にも『[配送計画](https://amplify.fixstars.com/ja/scheduling/resources/example/vrp)』や『シフト計画(今後サンプル追加予定)』といった種々の計画問題もカバーします。\n",
"Fixstars Amplify Scheduling Engine (Amplify SE) は、多岐にわたるスケジュールの立案・最適化に特化した最適化エンジンです。どなたでも定式化不要で、最適化がなされた種々の計画立案が可能です。柔軟に設計された専用ライブラリにより、多品種少量や変種変量生産のような複雑で迅速、頻繁な立案が求められる生産計画立案に最適です。また、生産計画以外にも『[配送計画](https://amplify.fixstars.com/ja/scheduling/resources/example/vrp)』といった種々の計画問題もカバーします。\n",
"\n",
"以下では、Amplify SE 及びそれを使った最適化実施をサポートするライブラリ `amplify-sched` について解説します。本ライブラリは、Python ライブラリであり、\n",
"\n",
Expand Down

0 comments on commit ed8b072

Please sign in to comment.