Guest User

Untitled

a guest
Jun 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. documentclass[a4paper, 11pt]{article}
  2.  
  3. %For math commands
  4. usepackage{amsmath}
  5.  
  6. %For spacing options in lists (enumerate, itemize, description)
  7. usepackage{enumitem}
  8.  
  9. begin{document}
  10. begin{itemize}[label = {--}, leftmargin = 25mm]
  11.  
  12. [ sum_{i in V} x_{ij} = 1 quad forall j in V backslash {0} tag{2}]
  13.  
  14. item From any customer vertex, the total inflow should be of exactly 1 edge
  15.  
  16. [ sum_{j in V} x_{ij} = 1 quad forall j in V backslash {0} tag{3}]
  17.  
  18. item The outflow from any customer vertex should be exactly 1 edge
  19. end{itemize}
  20. end{document}
  21.  
  22. begin{document}
  23. [ sum_{i in V} x_{ij} = 1 quad forall j in V backslash {0} tag{2}]
  24.  
  25. begin{itemize}[label = {--}, leftmargin = 25mm]
  26.  
  27. item From any customer vertex the total inflow should be of exactly 1 edge
  28.  
  29. [ sum_{j in V} x_{ij} = 1 quad forall j in V backslash {0} tag{3}]
  30.  
  31. item The outflow from any customer vertex should be exactly 1 edge
  32. end{itemize}
  33. end{document}
Add Comment
Please, Sign In to add comment