Cite This Page
Bibliographic details for Knapsack problem/Unbounded/Mathprog
- Page name: Knapsack problem/Unbounded/Mathprog
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 11 January 2012 21:15 UTC
- Date retrieved: 12 December 2024 08:30 UTC
- Permanent URL: https://rosettacode.org/wiki/Knapsack_problem/Unbounded/Mathprog?oldid=211182
- Page Version ID: 211182
Citation styles for Knapsack problem/Unbounded/Mathprog
APA style
Knapsack problem/Unbounded/Mathprog. (2012, January 11). Rosetta Code. Retrieved 08:30, December 12, 2024 from https://rosettacode.org/wiki/Knapsack_problem/Unbounded/Mathprog?oldid=211182.
MLA style
"Knapsack problem/Unbounded/Mathprog." Rosetta Code. 11 Jan 2012, 21:15 UTC. 12 Dec 2024, 08:30 <https://rosettacode.org/wiki/Knapsack_problem/Unbounded/Mathprog?oldid=211182>.
MHRA style
Rosetta Code contributors, 'Knapsack problem/Unbounded/Mathprog', Rosetta Code, 11 January 2012, 21:15 UTC, <https://rosettacode.org/wiki/Knapsack_problem/Unbounded/Mathprog?oldid=211182> [accessed 12 December 2024]
Chicago style
Rosetta Code contributors, "Knapsack problem/Unbounded/Mathprog," Rosetta Code, https://rosettacode.org/wiki/Knapsack_problem/Unbounded/Mathprog?oldid=211182 (accessed December 12, 2024).
CBE/CSE style
Rosetta Code contributors. Knapsack problem/Unbounded/Mathprog [Internet]. Rosetta Code; 2012 Jan 11, 21:15 UTC [cited 2024 Dec 12]. Available from: https://rosettacode.org/wiki/Knapsack_problem/Unbounded/Mathprog?oldid=211182.
Bluebook style
Knapsack problem/Unbounded/Mathprog, https://rosettacode.org/wiki/Knapsack_problem/Unbounded/Mathprog?oldid=211182 (last visited December 12, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Knapsack problem/Unbounded/Mathprog --- Rosetta Code{,} ", year = "2012", url = "https://rosettacode.org/wiki/Knapsack_problem/Unbounded/Mathprog?oldid=211182", note = "[Online; accessed 12-December-2024]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Knapsack problem/Unbounded/Mathprog --- Rosetta Code{,} ", year = "2012", url = "\url{https://rosettacode.org/wiki/Knapsack_problem/Unbounded/Mathprog?oldid=211182}", note = "[Online; accessed 12-December-2024]" }