Skip to content

Commit

Permalink
Moc
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Dec 18, 2024
1 parent 6813cce commit 2c68e04
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ parts:
- file: ommx_message/function
- file: ommx_message/instance
- file: ommx_message/solution
- file: ommx_message/parametric_instance
- caption: "OMMX Artifact"
chapters:
- file: ommx_artifact/architecture
Expand Down
43 changes: 43 additions & 0 deletions doc/ommx_message/parametric_instance.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# ommx.v1.ParametricInstance\n",
"\n",
"[`ommx.v1.ParametricInstance`](https://jij-inc.github.io/ommx/python/ommx/autoapi/ommx/v1/index.html#ommx.v1.ParametricInstance) は決定変数でないパラメータを持つ数理モデルを表すデータ構造です。"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"from ommx.v1 import Instance"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 2c68e04

Please sign in to comment.