Skip to content

Commit

Permalink
Fix the Description of org.ommx.v1.instance.created
Browse files Browse the repository at this point in the history
  • Loading branch information
ahao27 committed Feb 5, 2025
1 parent 334b089 commit cc2598c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/tutorial/download_miplib_instance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"|----------------------------------------------|-------------------|-----------------------------------------------------------|\n",
"| `org.ommx.v1.instance.authors` | `authors` | The authors of the instance |\n",
"| `org.ommx.v1.instance.constraints` | `num_constraints` | The number of constraint conditions in the instance |\n",
"| `org.ommx.v1.instance.created` | `created` | When the instance was saved as an OMMX Artifact |\n",
"| `org.ommx.v1.instance.created` | `created` | The date of the instance was saved as an OMMX Artifact |\n",
"| `org.ommx.v1.instance.dataset` | `dataset` | The name of the dataset to which this instance belongs |\n",
"| `org.ommx.v1.instance.license` | `license` | The license of this dataset |\n",
"| `org.ommx.v1.instance.title` | `title` | The name of the instance |\n",
Expand Down Expand Up @@ -128,7 +128,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -142,9 +142,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.10.6"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit cc2598c

Please sign in to comment.