Skip to content

Commit dc25daf

Browse files
committed
deploy: Jij-Inc/Jij-Docs-docusaurus@8277765b928bd13c5fdf4b3ca9c70674b2629f7e
1 parent 4d82e77 commit dc25daf

15 files changed

+17
-17
lines changed

tutorial/11-graph_partitioning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": [
1717
"# Graph Partitioning\n",
1818
"\n",
19-
"Here we show how to solve the graph partitioning problem using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/). \n",
19+
"Here we show how to solve the graph partitioning problem using JijZept and JijModeling. \n",
2020
"This problem is also mentioned in 2.2. Graph Partitioning on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)."
2121
]
2222
},

tutorial/12-clique.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": [
1717
"# Clique Problem\n",
1818
"\n",
19-
"Here we show how to solve clique using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/). \n",
19+
"Here we show how to solve clique using JijZept and JijModeling. \n",
2020
"This problem is also mentioned in 2.3. Clique on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)."
2121
]
2222
},

tutorial/14-exact_cover.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": [
1717
"# Exact Cover\n",
1818
"\n",
19-
"Here we show how to solve the exact cover problem using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/). \n",
19+
"Here we show how to solve the exact cover problem using JijZept and JijModeling. \n",
2020
"This problem is also described in 4.1. Exact Cover on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)."
2121
]
2222
},

tutorial/15-set_packing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": [
1717
"# Set Packing\n",
1818
"\n",
19-
"Here we show how to solve set packing problem using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/). \n",
19+
"Here we show how to solve set packing problem using JijZept and JijModeling. \n",
2020
"This problem is also mentioned in 4.2. Set Packing on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)."
2121
]
2222
},

tutorial/16-vertex_cover.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": [
1717
"# Vertex Cover Problem\n",
1818
"\n",
19-
"We show how to solve vertex cover problem using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/).\n",
19+
"We show how to solve vertex cover problem using JijZept and JijModeling.\n",
2020
"This problem is also mentioned in 4.3. Vertex Cover on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)."
2121
]
2222
},

tutorial/18-minimum_maximal_matching.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": [
1717
"# Minimum Maximal Matching\n",
1818
"\n",
19-
"We show how to solve the minimum maximal matching problem using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/). \n",
19+
"We show how to solve the minimum maximal matching problem using JijZept and JijModeling. \n",
2020
"This problem is also mentioned in 4.5. Minimal Maximal Matching on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)."
2121
]
2222
},

tutorial/19-set_cover.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": [
1717
"# Set Cover\n",
1818
"\n",
19-
"Here we show how to solve the set cover problem using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/). \n",
19+
"Here we show how to solve the set cover problem using JijZept and JijModeling. \n",
2020
"This problem is also mentioned in 5.1. Set Cover on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)."
2121
]
2222
},

tutorial/2-knapsack.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": [
1616
"# Knapsack Problem\n",
1717
"\n",
18-
"Here we show how to solve the knapsack problem using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/). \n",
18+
"Here we show how to solve the knapsack problem using JijZept and JijModeling. \n",
1919
"This problem is also mentioned in 5.2. Knapsack with Integer Weights on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)"
2020
]
2121
},

tutorial/20-hamiltonian_cycles_and_paths.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": [
1818
"# Hamiltonian Cycles and Paths\n",
1919
"\n",
20-
"Here we show how to solve the Hamiltonian cycles and paths problem using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/).\n",
20+
"Here we show how to solve the Hamiltonian cycles and paths problem using JijZept and JijModeling.\n",
2121
"This problem is also mentioned in 7.1. Hamiltonian Cycles and Paths on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)."
2222
]
2323
},

tutorial/21-minimum_spanning_tree_with_a_maximum_degree_constraint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": [
1818
"# Minimum Spanning Tree with a Maximum Degree Constraint\n",
1919
"\n",
20-
"We show how to solve the minimum spanning tree problem with a maximum degree constraint using JijZept and [JijModeling](https://www.ref.documentation.jijzept.com/jijmodeling/). \n",
20+
"We show how to solve the minimum spanning tree problem with a maximum degree constraint using JijZept and JijModeling. \n",
2121
"This problem is also mentioned in 8.1. Minimal Spanning Tree with a Maximal Degree Constraint on [Lucas, 2014, \"Ising formulations of many NP problems\"](https://www.frontiersin.org/articles/10.3389/fphy.2014.00005/full)."
2222
]
2323
},

0 commit comments

Comments
 (0)