zonoopt 2.2.0__tar.gz → 2.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (624) hide show
  1. {zonoopt-2.2.0 → zonoopt-2.3.0}/CMakeLists.txt +21 -3
  2. {zonoopt-2.2.0 → zonoopt-2.3.0}/PKG-INFO +10 -3
  3. {zonoopt-2.2.0 → zonoopt-2.3.0}/README.md +9 -2
  4. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/Doxyfile +1 -1
  5. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/ADMM_8cpp.html +1 -1
  6. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/ADMM_8hpp.html +1 -1
  7. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/ADMM_8hpp_source.html +1 -1
  8. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/BnbDataStructures_8hpp.html +1 -1
  9. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/BnbDataStructures_8hpp_source.html +226 -217
  10. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Box_8cpp.html +1 -1
  11. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Box_8hpp.html +1 -1
  12. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Box_8hpp_source.html +215 -201
  13. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/BranchAndBound_8cpp.html +1 -1
  14. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/BranchAndBound_8hpp.html +2 -1
  15. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/BranchAndBound_8hpp_source.html +166 -146
  16. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/CholeskyUtilities_8cpp.html +1 -1
  17. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/CholeskyUtilities_8hpp.html +1 -1
  18. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/CholeskyUtilities_8hpp_source.html +1 -1
  19. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/ConZono_8cpp.html +1 -1
  20. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/ConZono_8hpp.html +1 -1
  21. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/ConZono_8hpp_source.html +73 -73
  22. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/EmptySet_8cpp.html +1 -1
  23. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/EmptySet_8hpp.html +1 -1
  24. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/EmptySet_8hpp_source.html +5 -5
  25. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/GenUtilities_8hpp.html +1 -1
  26. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/GenUtilities_8hpp_source.html +1 -1
  27. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/HybZono_8cpp.html +1 -1
  28. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/HybZono_8hpp.html +2 -2
  29. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/HybZono_8hpp_source.html +340 -333
  30. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/IntervalMatrix_8cpp.html +1 -1
  31. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/IntervalMatrix_8hpp.html +1 -1
  32. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/IntervalMatrix_8hpp_source.html +123 -117
  33. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Interval_8cpp.html +1 -1
  34. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Interval_8hpp.html +1 -1
  35. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Interval_8hpp_source.html +24 -22
  36. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Point_8cpp.html +1 -1
  37. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Point_8hpp.html +1 -1
  38. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Point_8hpp_source.html +34 -26
  39. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/README_8md.html +1 -1
  40. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/SetOperations_8cpp.html +1 -1
  41. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/SolverDataStructures_8hpp.html +1 -1
  42. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/SolverDataStructures_8hpp_source.html +1 -1
  43. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/SparseMatrixUtilities_8hpp.html +1 -1
  44. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/SparseMatrixUtilities_8hpp_source.html +2 -2
  45. zonoopt-2.3.0/docs/C++/html/ZonoJson_8cpp.html +123 -0
  46. zonoopt-2.3.0/docs/C++/html/ZonoJson_8hpp.html +131 -0
  47. zonoopt-2.3.0/docs/C++/html/ZonoJson_8hpp_source.html +134 -0
  48. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/ZonoOpt_8hpp.html +2 -1
  49. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/ZonoOpt_8hpp_source.html +12 -10
  50. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Zono_8cpp.html +1 -1
  51. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Zono_8hpp.html +1 -1
  52. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/Zono_8hpp_source.html +30 -22
  53. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/annotated.html +1 -1
  54. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Box-members.html +3 -1
  55. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Box.html +47 -1
  56. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1ConZono-members.html +5 -5
  57. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1ConZono.html +19 -18
  58. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1EmptySet-members.html +5 -5
  59. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1EmptySet.html +19 -18
  60. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1HybZono-members.html +4 -4
  61. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1HybZono.html +28 -34
  62. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Interval-members.html +1 -1
  63. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Interval.html +1 -1
  64. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1IntervalMatrix-members.html +3 -1
  65. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1IntervalMatrix.html +47 -1
  66. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1MI__Box-members.html +47 -42
  67. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1MI__Box.html +110 -3
  68. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Point-members.html +5 -5
  69. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Point.html +54 -20
  70. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Zono-members.html +5 -5
  71. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Zono.html +44 -13
  72. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classes.html +1 -1
  73. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_000000_000002.html +2 -2
  74. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_000001_000000.html +2 -2
  75. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_193bdbab3565eeaa4b5e0fbe695510a6.html +4 -1
  76. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +4 -2
  77. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.map +1 -1
  78. zonoopt-2.3.0/docs/C++/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 +1 -0
  79. zonoopt-2.3.0/docs/C++/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png +0 -0
  80. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_d44c64559bbebec7f509842c48db8b23.html +2 -2
  81. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_d44c64559bbebec7f509842c48db8b23_dep.map +1 -1
  82. zonoopt-2.3.0/docs/C++/html/dir_d44c64559bbebec7f509842c48db8b23_dep.md5 +1 -0
  83. zonoopt-2.3.0/docs/C++/html/dir_d44c64559bbebec7f509842c48db8b23_dep.png +0 -0
  84. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/files.html +17 -15
  85. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions.html +1 -1
  86. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_b.html +1 -1
  87. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_c.html +2 -2
  88. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_d.html +1 -1
  89. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_e.html +1 -1
  90. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_f.html +1 -1
  91. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func.html +1 -1
  92. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_b.html +1 -1
  93. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_c.html +2 -2
  94. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_d.html +1 -1
  95. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_e.html +1 -1
  96. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_f.html +1 -1
  97. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_g.html +4 -2
  98. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_h.html +1 -1
  99. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_i.html +4 -4
  100. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_l.html +1 -1
  101. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_m.html +1 -1
  102. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_n.html +1 -1
  103. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_o.html +1 -1
  104. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_p.html +1 -1
  105. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_q.html +1 -1
  106. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_r.html +3 -3
  107. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_s.html +1 -1
  108. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_t.html +1 -1
  109. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_u.html +1 -1
  110. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_w.html +1 -1
  111. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_z.html +1 -1
  112. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_func_~.html +1 -1
  113. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_g.html +4 -2
  114. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_h.html +1 -1
  115. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_i.html +4 -4
  116. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_j.html +1 -1
  117. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_k.html +1 -1
  118. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_l.html +1 -1
  119. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_m.html +1 -1
  120. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_n.html +1 -1
  121. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_o.html +1 -1
  122. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_p.html +1 -1
  123. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_q.html +1 -1
  124. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_r.html +3 -3
  125. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_rela.html +1 -1
  126. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_s.html +1 -1
  127. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_t.html +1 -1
  128. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_u.html +1 -1
  129. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_v.html +1 -1
  130. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_vars.html +1 -1
  131. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_w.html +1 -1
  132. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_x.html +1 -1
  133. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_z.html +1 -1
  134. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/functions_~.html +1 -1
  135. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/globals.html +1 -1
  136. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/globals_defs.html +1 -1
  137. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/graph_legend.html +1 -1
  138. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/group__ZonoOpt__PreprocessorMacros.html +1 -1
  139. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/group__ZonoOpt__SetOperations.html +1 -1
  140. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/group__ZonoOpt__SetupFunctions.html +71 -1
  141. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/group__ZonoOpt__Typedefs.html +1 -1
  142. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/hierarchy.html +1 -1
  143. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/index.html +12 -5
  144. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherits.html +1 -1
  145. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/menudata.js +5 -0
  146. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/namespaceZonoOpt.html +24 -1
  147. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/namespacemembers.html +16 -1
  148. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/namespacemembers_func.html +11 -1
  149. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/namespacemembers_type.html +2 -1
  150. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/namespaces.html +1 -1
  151. zonoopt-2.3.0/docs/C++/html/search/all_0.js +21 -0
  152. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_11.js +2 -2
  153. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_12.js +1 -1
  154. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_13.js +5 -4
  155. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_15.js +3 -2
  156. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_18.js +7 -5
  157. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_2.js +3 -3
  158. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_5.js +2 -1
  159. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_6.js +15 -13
  160. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_8.js +3 -3
  161. zonoopt-2.3.0/docs/C++/html/search/all_9.js +5 -0
  162. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_c.js +1 -1
  163. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_d.js +3 -1
  164. zonoopt-2.3.0/docs/C++/html/search/all_e.js +23 -0
  165. zonoopt-2.3.0/docs/C++/html/search/files_a.js +8 -0
  166. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_11.js +4 -3
  167. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_2.js +4 -4
  168. zonoopt-2.3.0/docs/C++/html/search/functions_5.js +5 -0
  169. zonoopt-2.3.0/docs/C++/html/search/functions_6.js +22 -0
  170. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_8.js +3 -3
  171. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_a.js +1 -1
  172. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_f.js +2 -2
  173. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/searchdata.js +1 -1
  174. zonoopt-2.3.0/docs/C++/html/search/typedefs_0.js +4 -0
  175. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/structZonoOpt_1_1OptSettings-members.html +1 -1
  176. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/structZonoOpt_1_1OptSettings.html +1 -1
  177. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/structZonoOpt_1_1OptSolution-members.html +1 -1
  178. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/structZonoOpt_1_1OptSolution.html +1 -1
  179. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/structZonoOpt_1_1WarmStartParams-members.html +1 -1
  180. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/structZonoOpt_1_1WarmStartParams.html +1 -1
  181. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/topics.html +1 -1
  182. zonoopt-2.3.0/docs/python/build/doctrees/environment.pickle +0 -0
  183. zonoopt-2.3.0/docs/python/build/doctrees/index.doctree +0 -0
  184. zonoopt-2.3.0/docs/python/build/doctrees/zonoopt.doctree +0 -0
  185. zonoopt-2.3.0/docs/python/build/html/.buildinfo +4 -0
  186. zonoopt-2.3.0/docs/python/build/html/_static/_sphinx_javascript_frameworks_compat.js +123 -0
  187. zonoopt-2.3.0/docs/python/build/html/_static/basic.css +906 -0
  188. zonoopt-2.3.0/docs/python/build/html/_static/css/badge_only.css +1 -0
  189. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  190. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  191. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  192. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  193. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
  194. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/fontawesome-webfont.svg +2671 -0
  195. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  196. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
  197. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  198. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
  199. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  200. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/lato-bold.woff +0 -0
  201. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/lato-bold.woff2 +0 -0
  202. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
  203. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  204. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/lato-normal.woff +0 -0
  205. zonoopt-2.3.0/docs/python/build/html/_static/css/fonts/lato-normal.woff2 +0 -0
  206. zonoopt-2.3.0/docs/python/build/html/_static/css/theme.css +4 -0
  207. zonoopt-2.3.0/docs/python/build/html/_static/doctools.js +149 -0
  208. zonoopt-2.3.0/docs/python/build/html/_static/documentation_options.js +13 -0
  209. zonoopt-2.3.0/docs/python/build/html/_static/file.png +0 -0
  210. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-bold.eot +0 -0
  211. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
  212. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-bold.woff +0 -0
  213. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
  214. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
  215. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
  216. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
  217. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
  218. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-italic.eot +0 -0
  219. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
  220. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-italic.woff +0 -0
  221. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
  222. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-regular.eot +0 -0
  223. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
  224. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-regular.woff +0 -0
  225. zonoopt-2.3.0/docs/python/build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
  226. zonoopt-2.3.0/docs/python/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
  227. zonoopt-2.3.0/docs/python/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
  228. zonoopt-2.3.0/docs/python/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
  229. zonoopt-2.3.0/docs/python/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
  230. zonoopt-2.3.0/docs/python/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
  231. zonoopt-2.3.0/docs/python/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
  232. zonoopt-2.3.0/docs/python/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
  233. zonoopt-2.3.0/docs/python/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
  234. zonoopt-2.3.0/docs/python/build/html/_static/jquery.js +2 -0
  235. zonoopt-2.3.0/docs/python/build/html/_static/js/badge_only.js +1 -0
  236. zonoopt-2.3.0/docs/python/build/html/_static/js/theme.js +1 -0
  237. zonoopt-2.3.0/docs/python/build/html/_static/js/versions.js +228 -0
  238. zonoopt-2.3.0/docs/python/build/html/_static/language_data.js +192 -0
  239. zonoopt-2.3.0/docs/python/build/html/_static/minus.png +0 -0
  240. zonoopt-2.3.0/docs/python/build/html/_static/plus.png +0 -0
  241. zonoopt-2.3.0/docs/python/build/html/_static/pygments.css +75 -0
  242. zonoopt-2.3.0/docs/python/build/html/_static/searchtools.js +635 -0
  243. zonoopt-2.3.0/docs/python/build/html/_static/sphinx_highlight.js +154 -0
  244. zonoopt-2.3.0/docs/python/build/html/genindex.html +916 -0
  245. zonoopt-2.3.0/docs/python/build/html/index.html +377 -0
  246. zonoopt-2.3.0/docs/python/build/html/objects.inv +0 -0
  247. zonoopt-2.3.0/docs/python/build/html/py-modindex.html +123 -0
  248. zonoopt-2.3.0/docs/python/build/html/search.html +120 -0
  249. zonoopt-2.3.0/docs/python/build/html/searchindex.js +1 -0
  250. zonoopt-2.3.0/docs/python/build/html/zonoopt.html +4758 -0
  251. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/python/source/conf.py +1 -1
  252. zonoopt-2.3.0/docs/python/source/index.rst +20 -0
  253. zonoopt-2.3.0/docs/python/source/zonoopt.rst +8 -0
  254. zonoopt-2.3.0/images/conzono_plot.svg +425 -0
  255. zonoopt-2.3.0/images/hybzono_plot.svg +439 -0
  256. zonoopt-2.3.0/images/mhe-traj.svg +3763 -0
  257. zonoopt-2.3.0/images/reachability-traj.svg +1675 -0
  258. zonoopt-2.3.0/images/readme_example.svg +510 -0
  259. zonoopt-2.3.0/images/zono_plot.svg +400 -0
  260. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/ZonoOpt.hpp +1 -0
  261. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/BnbDataStructures.hpp +32 -23
  262. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/Box.hpp +24 -0
  263. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/BranchAndBound.hpp +36 -16
  264. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/ConZono.hpp +3 -1
  265. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/EmptySet.hpp +2 -2
  266. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/HybZono.hpp +14 -7
  267. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/Interval.hpp +2 -0
  268. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/IntervalMatrix.hpp +12 -0
  269. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/Point.hpp +6 -1
  270. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/SparseMatrixUtilities.hpp +1 -1
  271. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/Zono.hpp +5 -0
  272. zonoopt-2.3.0/include/zonoopt/ZonoJson.hpp +52 -0
  273. {zonoopt-2.2.0 → zonoopt-2.3.0}/pyproject.toml +1 -1
  274. {zonoopt-2.2.0 → zonoopt-2.3.0}/python/src/zonoopt_py.cpp +79 -5
  275. {zonoopt-2.2.0 → zonoopt-2.3.0}/python/zonoopt/__init__.py +1 -2
  276. {zonoopt-2.2.0 → zonoopt-2.3.0}/python/zonoopt/__init__.pyi +3 -2
  277. {zonoopt-2.2.0 → zonoopt-2.3.0}/python/zonoopt/_core.pyi +107 -13
  278. {zonoopt-2.2.0 → zonoopt-2.3.0}/python/zonoopt/zono_plot.py +44 -30
  279. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/ADMM.cpp +28 -0
  280. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/Box.cpp +54 -50
  281. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/BranchAndBound.cpp +144 -89
  282. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/ConZono.cpp +52 -45
  283. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/HybZono.cpp +502 -138
  284. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/Interval.cpp +41 -4
  285. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/IntervalMatrix.cpp +50 -24
  286. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/Zono.cpp +1 -1
  287. zonoopt-2.3.0/src/ZonoJson.cpp +168 -0
  288. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/CMakeLists.txt +4 -1
  289. zonoopt-2.3.0/test/cpp-tests/include/unit_test_utilities.hpp +198 -0
  290. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_interval_arithmetic.cpp +25 -0
  291. zonoopt-2.3.0/test/cpp-tests/src/test_json.cpp +153 -0
  292. zonoopt-2.3.0/test/cpp-tests/src/test_overapproximation.cpp +121 -0
  293. zonoopt-2.3.0/test/cpp-tests/src/test_remove_redundancy.cpp +279 -0
  294. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/python-tests/unit_tests.py +482 -10
  295. zonoopt-2.3.0/test/test-data/overapproximation/rand_conzono.json +1 -0
  296. zonoopt-2.3.0/test/test-data/overapproximation/rand_hybzono.json +1 -0
  297. zonoopt-2.3.0/test/test-data/overapproximation/rand_zono.json +1 -0
  298. zonoopt-2.3.0/test/test-data/remove_redundancy/Z_test5.json +1 -0
  299. zonoopt-2.3.0/test/test-data/remove_redundancy/Z_test6.json +1 -0
  300. zonoopt-2.3.0/test/test-data/remove_redundancy/Z_test7.json +1 -0
  301. zonoopt-2.3.0/update_docs.bash +14 -0
  302. zonoopt-2.2.0/docs/C++/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 +0 -1
  303. zonoopt-2.2.0/docs/C++/html/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png +0 -0
  304. zonoopt-2.2.0/docs/C++/html/dir_d44c64559bbebec7f509842c48db8b23_dep.md5 +0 -1
  305. zonoopt-2.2.0/docs/C++/html/dir_d44c64559bbebec7f509842c48db8b23_dep.png +0 -0
  306. zonoopt-2.2.0/docs/C++/html/search/all_0.js +0 -20
  307. zonoopt-2.2.0/docs/C++/html/search/all_9.js +0 -4
  308. zonoopt-2.2.0/docs/C++/html/search/all_e.js +0 -22
  309. zonoopt-2.2.0/docs/C++/html/search/files_a.js +0 -6
  310. zonoopt-2.2.0/docs/C++/html/search/functions_5.js +0 -4
  311. zonoopt-2.2.0/docs/C++/html/search/functions_6.js +0 -20
  312. zonoopt-2.2.0/python/zonoopt/zono_json.py +0 -86
  313. zonoopt-2.2.0/test/cpp-tests/include/unit_test_utilities.hpp +0 -67
  314. {zonoopt-2.2.0 → zonoopt-2.3.0}/.github/workflows/cpp_build.yml +0 -0
  315. {zonoopt-2.2.0 → zonoopt-2.3.0}/.github/workflows/python_build.yml +0 -0
  316. {zonoopt-2.2.0 → zonoopt-2.3.0}/.gitmodules +0 -0
  317. {zonoopt-2.2.0 → zonoopt-2.3.0}/CITATION.cff +0 -0
  318. {zonoopt-2.2.0 → zonoopt-2.3.0}/LICENSE +0 -0
  319. {zonoopt-2.2.0 → zonoopt-2.3.0}/cmake/ZonoOptConfig.cmake.in +0 -0
  320. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/.nojekyll +0 -0
  321. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/bc_s.png +0 -0
  322. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/bc_sd.png +0 -0
  323. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Box__inherit__graph.map +0 -0
  324. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Box__inherit__graph.md5 +0 -0
  325. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Box__inherit__graph.png +0 -0
  326. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1ConZono__coll__graph.map +0 -0
  327. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1ConZono__coll__graph.md5 +0 -0
  328. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1ConZono__coll__graph.png +0 -0
  329. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1ConZono__inherit__graph.map +0 -0
  330. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1ConZono__inherit__graph.md5 +0 -0
  331. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1ConZono__inherit__graph.png +0 -0
  332. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1EmptySet__coll__graph.map +0 -0
  333. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1EmptySet__coll__graph.md5 +0 -0
  334. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1EmptySet__coll__graph.png +0 -0
  335. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1EmptySet__inherit__graph.map +0 -0
  336. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1EmptySet__inherit__graph.md5 +0 -0
  337. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1EmptySet__inherit__graph.png +0 -0
  338. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1HybZono__inherit__graph.map +0 -0
  339. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1HybZono__inherit__graph.md5 +0 -0
  340. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1HybZono__inherit__graph.png +0 -0
  341. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1MI__Box__coll__graph.map +0 -0
  342. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1MI__Box__coll__graph.md5 +0 -0
  343. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1MI__Box__coll__graph.png +0 -0
  344. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1MI__Box__inherit__graph.map +0 -0
  345. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1MI__Box__inherit__graph.md5 +0 -0
  346. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1MI__Box__inherit__graph.png +0 -0
  347. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Point__coll__graph.map +0 -0
  348. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Point__coll__graph.md5 +0 -0
  349. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Point__coll__graph.png +0 -0
  350. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Point__inherit__graph.map +0 -0
  351. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Point__inherit__graph.md5 +0 -0
  352. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Point__inherit__graph.png +0 -0
  353. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Zono__coll__graph.map +0 -0
  354. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Zono__coll__graph.md5 +0 -0
  355. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Zono__coll__graph.png +0 -0
  356. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Zono__inherit__graph.map +0 -0
  357. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Zono__inherit__graph.md5 +0 -0
  358. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/classZonoOpt_1_1Zono__inherit__graph.png +0 -0
  359. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/closed.png +0 -0
  360. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/conzono_plot.svg +0 -0
  361. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_193bdbab3565eeaa4b5e0fbe695510a6_dep.map +0 -0
  362. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_193bdbab3565eeaa4b5e0fbe695510a6_dep.md5 +0 -0
  363. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dir_193bdbab3565eeaa4b5e0fbe695510a6_dep.png +0 -0
  364. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/doc.svg +0 -0
  365. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/docd.svg +0 -0
  366. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/doxygen.css +0 -0
  367. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/doxygen.svg +0 -0
  368. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/dynsections.js +0 -0
  369. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/folderclosed.svg +0 -0
  370. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/folderclosedd.svg +0 -0
  371. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/folderopen.svg +0 -0
  372. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/folderopend.svg +0 -0
  373. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/graph_legend.md5 +0 -0
  374. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/graph_legend.png +0 -0
  375. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/hybzono_plot.svg +0 -0
  376. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_0.map +0 -0
  377. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_0.md5 +0 -0
  378. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_0.png +0 -0
  379. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_1.map +0 -0
  380. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_1.md5 +0 -0
  381. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_1.png +0 -0
  382. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_2.map +0 -0
  383. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_2.md5 +0 -0
  384. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_2.png +0 -0
  385. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_3.map +0 -0
  386. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_3.md5 +0 -0
  387. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_3.png +0 -0
  388. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_4.map +0 -0
  389. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_4.md5 +0 -0
  390. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_4.png +0 -0
  391. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_5.map +0 -0
  392. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_5.md5 +0 -0
  393. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_5.png +0 -0
  394. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_6.map +0 -0
  395. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_6.md5 +0 -0
  396. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/inherit_graph_6.png +0 -0
  397. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/jquery.js +0 -0
  398. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/menu.js +0 -0
  399. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/mhe-traj.svg +0 -0
  400. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/minus.svg +0 -0
  401. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/minusd.svg +0 -0
  402. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/nav_f.png +0 -0
  403. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/nav_fd.png +0 -0
  404. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/nav_g.png +0 -0
  405. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/nav_h.png +0 -0
  406. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/nav_hd.png +0 -0
  407. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/open.png +0 -0
  408. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/plus.svg +0 -0
  409. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/plusd.svg +0 -0
  410. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/reachability-traj.svg +0 -0
  411. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/readme_example.svg +0 -0
  412. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_1.js +0 -0
  413. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_10.js +0 -0
  414. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_14.js +0 -0
  415. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_16.js +0 -0
  416. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_17.js +0 -0
  417. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_19.js +0 -0
  418. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_3.js +0 -0
  419. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_4.js +0 -0
  420. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_7.js +0 -0
  421. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_a.js +0 -0
  422. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_b.js +0 -0
  423. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/all_f.js +0 -0
  424. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_0.js +0 -0
  425. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_1.js +0 -0
  426. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_2.js +0 -0
  427. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_3.js +0 -0
  428. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_4.js +0 -0
  429. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_5.js +0 -0
  430. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_6.js +0 -0
  431. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_7.js +0 -0
  432. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_8.js +0 -0
  433. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/classes_9.js +0 -0
  434. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/close.svg +0 -0
  435. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/defines_0.js +0 -0
  436. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_0.js +0 -0
  437. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_1.js +0 -0
  438. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_2.js +0 -0
  439. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_3.js +0 -0
  440. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_4.js +0 -0
  441. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_5.js +0 -0
  442. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_6.js +0 -0
  443. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_7.js +0 -0
  444. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_8.js +0 -0
  445. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/files_9.js +0 -0
  446. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_0.js +0 -0
  447. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_1.js +0 -0
  448. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_10.js +0 -0
  449. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_12.js +0 -0
  450. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_13.js +0 -0
  451. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_14.js +0 -0
  452. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_15.js +0 -0
  453. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_16.js +0 -0
  454. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_3.js +0 -0
  455. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_4.js +0 -0
  456. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_7.js +0 -0
  457. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_9.js +0 -0
  458. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_b.js +0 -0
  459. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_c.js +0 -0
  460. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_d.js +0 -0
  461. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/functions_e.js +0 -0
  462. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/groups_0.js +0 -0
  463. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/groups_1.js +0 -0
  464. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/groups_2.js +0 -0
  465. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/groups_3.js +0 -0
  466. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/groups_4.js +0 -0
  467. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/groups_5.js +0 -0
  468. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/mag.svg +0 -0
  469. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/mag_d.svg +0 -0
  470. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/mag_sel.svg +0 -0
  471. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/mag_seld.svg +0 -0
  472. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/namespaces_0.js +0 -0
  473. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/pages_0.js +0 -0
  474. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_0.js +0 -0
  475. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_1.js +0 -0
  476. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_2.js +0 -0
  477. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_3.js +0 -0
  478. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_4.js +0 -0
  479. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_5.js +0 -0
  480. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_6.js +0 -0
  481. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_7.js +0 -0
  482. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_8.js +0 -0
  483. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_9.js +0 -0
  484. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/related_a.js +0 -0
  485. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/search.css +0 -0
  486. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/search.js +0 -0
  487. /zonoopt-2.2.0/docs/C++/html/search/typedefs_0.js → /zonoopt-2.3.0/docs/C++/html/search/typedefs_1.js +0 -0
  488. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_0.js +0 -0
  489. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_1.js +0 -0
  490. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_10.js +0 -0
  491. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_11.js +0 -0
  492. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_12.js +0 -0
  493. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_2.js +0 -0
  494. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_3.js +0 -0
  495. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_4.js +0 -0
  496. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_5.js +0 -0
  497. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_6.js +0 -0
  498. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_7.js +0 -0
  499. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_8.js +0 -0
  500. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_9.js +0 -0
  501. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_a.js +0 -0
  502. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_b.js +0 -0
  503. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_c.js +0 -0
  504. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_d.js +0 -0
  505. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_e.js +0 -0
  506. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/search/variables_f.js +0 -0
  507. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/splitbar.png +0 -0
  508. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/splitbard.png +0 -0
  509. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/sync_off.png +0 -0
  510. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/sync_on.png +0 -0
  511. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/tab_a.png +0 -0
  512. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/tab_ad.png +0 -0
  513. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/tab_b.png +0 -0
  514. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/tab_bd.png +0 -0
  515. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/tab_h.png +0 -0
  516. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/tab_hd.png +0 -0
  517. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/tab_s.png +0 -0
  518. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/tab_sd.png +0 -0
  519. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/tabs.css +0 -0
  520. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/html/zono_plot.svg +0 -0
  521. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/C++/mathjax_conf.js +0 -0
  522. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/python/Makefile +0 -0
  523. /zonoopt-2.2.0/docs/python/source/index.rst → /zonoopt-2.3.0/docs/python/build/html/_sources/index.rst.txt +0 -0
  524. /zonoopt-2.2.0/docs/python/source/zonoopt.rst → /zonoopt-2.3.0/docs/python/build/html/_sources/zonoopt.rst.txt +0 -0
  525. {zonoopt-2.2.0/images → zonoopt-2.3.0/docs/python/build/html/_static}/conzono_plot.svg +0 -0
  526. {zonoopt-2.2.0/images → zonoopt-2.3.0/docs/python/build/html/_static}/hybzono_plot.svg +0 -0
  527. {zonoopt-2.2.0/examples/mhe → zonoopt-2.3.0/docs/python/build/html/_static}/mhe-traj.svg +0 -0
  528. {zonoopt-2.2.0/examples/safety-verification → zonoopt-2.3.0/docs/python/build/html/_static}/reachability-traj.svg +0 -0
  529. {zonoopt-2.2.0/images → zonoopt-2.3.0/docs/python/build/html/_static}/readme_example.svg +0 -0
  530. {zonoopt-2.2.0/images → zonoopt-2.3.0/docs/python/build/html/_static}/zono_plot.svg +0 -0
  531. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/python/make.bat +0 -0
  532. {zonoopt-2.2.0 → zonoopt-2.3.0}/docs/python/notes.txt +0 -0
  533. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/D1.json +0 -0
  534. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/D2.json +0 -0
  535. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/D3.json +0 -0
  536. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/D4.json +0 -0
  537. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/D5.json +0 -0
  538. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/D6.json +0 -0
  539. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/D7.json +0 -0
  540. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/S.json +0 -0
  541. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/S1.json +0 -0
  542. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/S2.json +0 -0
  543. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/S3.json +0 -0
  544. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/S4.json +0 -0
  545. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/S5.json +0 -0
  546. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/S6.json +0 -0
  547. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/S7.json +0 -0
  548. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/U.json +0 -0
  549. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/Z1.json +0 -0
  550. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/ball-and-paddle/ball_and_paddle_example.py +0 -0
  551. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/combined-behavior-motion-planning/combined_behavior_motion_planning_example.py +0 -0
  552. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/combined-behavior-motion-planning/draw_car.py +0 -0
  553. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/conceptual-figure/conceptual_figure.py +0 -0
  554. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/conceptual-figure/hybrid_conceptual_figure.py +0 -0
  555. {zonoopt-2.2.0/images → zonoopt-2.3.0/examples/mhe}/mhe-traj.svg +0 -0
  556. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/mhe/mhe_example.py +0 -0
  557. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/mhe/u_data.txt +0 -0
  558. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/mpc/mpc_example.py +0 -0
  559. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/nonlinear-reachability/nonlinear_reachability_example.py +0 -0
  560. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/plotting/plot_demo.py +0 -0
  561. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/reach-avoid/plot_heuristic_data.py +0 -0
  562. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/reach-avoid/reach_avoid_example.py +0 -0
  563. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/reach-avoid/reach_avoid_results.json +0 -0
  564. {zonoopt-2.2.0/images → zonoopt-2.3.0/examples/safety-verification}/reachability-traj.svg +0 -0
  565. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/safety-verification/safety_verification_example.py +0 -0
  566. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/sparsity/conzono_sparsity_example.py +0 -0
  567. {zonoopt-2.2.0 → zonoopt-2.3.0}/examples/sparsity/hybzono_sparsity_example.py +0 -0
  568. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/ADMM.hpp +0 -0
  569. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/CholeskyUtilities.hpp +0 -0
  570. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/GenUtilities.hpp +0 -0
  571. {zonoopt-2.2.0 → zonoopt-2.3.0}/include/zonoopt/SolverDataStructures.hpp +0 -0
  572. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/CholeskyUtilities.cpp +0 -0
  573. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/EmptySet.cpp +0 -0
  574. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/Point.cpp +0 -0
  575. {zonoopt-2.2.0 → zonoopt-2.3.0}/src/SetOperations.cpp +0 -0
  576. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_affine_inclusion.cpp +0 -0
  577. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_get_leaves.cpp +0 -0
  578. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_intersection.cpp +0 -0
  579. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_is_empty.cpp +0 -0
  580. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_minkowski_sum.cpp +0 -0
  581. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_operator_overloading.cpp +0 -0
  582. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_point_contain.cpp +0 -0
  583. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_safety_verification.cpp +0 -0
  584. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_support.cpp +0 -0
  585. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/cpp-tests/src/test_vrep_2_hybzono.cpp +0 -0
  586. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/intersection/Ab.txt +0 -0
  587. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/intersection/Ac.txt +0 -0
  588. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/intersection/Gb.txt +0 -0
  589. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/intersection/Gc.txt +0 -0
  590. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/intersection/b.txt +0 -0
  591. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/intersection/c.txt +0 -0
  592. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/is_empty/f_A.txt +0 -0
  593. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/is_empty/f_G.txt +0 -0
  594. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/is_empty/f_b.txt +0 -0
  595. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/is_empty/f_c.txt +0 -0
  596. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/is_empty/i_A.txt +0 -0
  597. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/is_empty/i_G.txt +0 -0
  598. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/is_empty/i_b.txt +0 -0
  599. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/is_empty/i_c.txt +0 -0
  600. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/minkowski_sum/Ab.txt +0 -0
  601. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/minkowski_sum/Ac.txt +0 -0
  602. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/minkowski_sum/Gb.txt +0 -0
  603. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/minkowski_sum/Gc.txt +0 -0
  604. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/minkowski_sum/b.txt +0 -0
  605. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/minkowski_sum/c.txt +0 -0
  606. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/point_contain/A.txt +0 -0
  607. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/point_contain/G.txt +0 -0
  608. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/point_contain/b.txt +0 -0
  609. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/point_contain/c.txt +0 -0
  610. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/point_contain/x_c.txt +0 -0
  611. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/point_contain/x_n.txt +0 -0
  612. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/support/A.txt +0 -0
  613. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/support/G.txt +0 -0
  614. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/support/b.txt +0 -0
  615. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/support/c.txt +0 -0
  616. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/support/d.txt +0 -0
  617. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/support/sup.txt +0 -0
  618. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/vrep_2_hybzono/Ab.txt +0 -0
  619. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/vrep_2_hybzono/Ac.txt +0 -0
  620. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/vrep_2_hybzono/Gb.txt +0 -0
  621. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/vrep_2_hybzono/Gc.txt +0 -0
  622. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/vrep_2_hybzono/b.txt +0 -0
  623. {zonoopt-2.2.0 → zonoopt-2.3.0}/test/test-data/vrep_2_hybzono/c.txt +0 -0
  624. {zonoopt-2.2.0 → zonoopt-2.3.0}/update_stubs.bash +0 -0
@@ -36,7 +36,7 @@ if (ZONOOPT_BUILD_PYTHON_BINDINGS)
36
36
  set(TARGET_VAR _core)
37
37
  else()
38
38
  project(ZonoOpt
39
- VERSION 2.2.0
39
+ VERSION 2.3.0
40
40
  LANGUAGES CXX
41
41
  )
42
42
  set(TARGET_VAR ZonoOpt)
@@ -66,7 +66,7 @@ if (NOT TARGET Eigen3::Eigen)
66
66
  message(FATAL_ERROR "Failed to fetch Eigen dependency.")
67
67
  endif()
68
68
 
69
-
69
+ # Boost dependency
70
70
  function(fetch_boost_lib name repo)
71
71
  FetchContent_Declare(
72
72
  boost_${name}
@@ -110,6 +110,22 @@ if (NOT TARGET ${boost_handle})
110
110
  message(FATAL_ERROR "Failed to fetch Boost dependency.")
111
111
  endif()
112
112
 
113
+ # json dependency
114
+ find_package(nlohmann_json 3.10 CONFIG QUIET)
115
+ if (NOT nlohmann_json_FOUND)
116
+ if (ZONOOPT_INSTALL)
117
+ message(FATAL_ERROR "nlohmann_json not found on system. Required for ZONOOPT_INSTALL.")
118
+ else()
119
+ message(STATUS "nlohmann_json not found, fetching 3.12.0 via FetchContent...")
120
+ FetchContent_Declare(
121
+ nlohmann_json
122
+ GIT_REPOSITORY https://github.com/nlohmann/json.git
123
+ GIT_TAG v3.12.0
124
+ )
125
+ FetchContent_MakeAvailable(nlohmann_json)
126
+ endif()
127
+ endif()
128
+
113
129
  # python dependencies
114
130
  if (ZONOOPT_BUILD_PYTHON_BINDINGS)
115
131
  # Find the module development requirements (requires FindPython from 3.17 or
@@ -132,6 +148,7 @@ set(SOURCE_FILES
132
148
  src/Box.cpp
133
149
  src/IntervalMatrix.cpp
134
150
  src/BranchAndBound.cpp
151
+ src/ZonoJson.cpp
135
152
  )
136
153
 
137
154
  # build
@@ -158,9 +175,10 @@ else()
158
175
  )
159
176
  endif()
160
177
 
161
- # link Eigen and Boost
178
+ # link dependencies
162
179
  target_link_libraries(${TARGET_VAR} PUBLIC Eigen3::Eigen)
163
180
  target_link_libraries(${TARGET_VAR} PUBLIC ${boost_handle})
181
+ target_link_libraries(${TARGET_VAR} PUBLIC nlohmann_json::nlohmann_json)
164
182
 
165
183
  # include directories
166
184
  target_include_directories(${TARGET_VAR} PUBLIC
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: zonoopt
3
- Version: 2.2.0
3
+ Version: 2.3.0
4
4
  Summary: Python bindings for the ZonoOpt C++ library
5
5
  Author-Email: Joshua Robbins <jrobbins@psu.edu>
6
6
  Classifier: Development Status :: 4 - Beta
@@ -81,13 +81,14 @@ For cases where numerical optimization is required, e.g., checking if a set is e
81
81
  constraints are represented as a zonotopic set, custom optimization routines are utilized.
82
82
  Some key features of the ZonoOpt library are as follows:
83
83
  - All classes and methods are implemented using sparse linear algebra via the Eigen library.
84
- - ZonoOpt has no external dependencies beyond Eigen and Boost, making it easy to integrate into robotics projects using C++ or Python.
84
+ - ZonoOpt has minimal external dependencies, making it easy to integrate into robotics projects using C++ or Python.
85
+ - Dependencies are Eigen, Boost, and nlohmann/json
85
86
  - Polymorphism is used to provide a common interface for zonotopes, constrained zonotopes, and hybrid zonotopes while allowing for specialized implementations.
86
87
  - E.g., `support` is more efficient for zonotopes than for constrained zonotopes.
87
88
  - Factors are flexibly defined as either $[\xi_c \quad \xi_b]^T \in [0,1]^{nGc} \times \lbrace 0,1 \rbrace^{nGb}$ or the more standard form $[\xi_c \quad \xi_b]^T \in [-1,1]^{nGc} \times \lbrace -1,1 \rbrace^{nGb}$ to facilitate certain set operations.
88
89
  - Interval arithmetic is provided via the `Interval`, `Box`, and `IntervalMatrix` classes.
89
90
  - Boost's interval library is used within `Interval` for most of the fundamental operations.
90
- - Operator overloading for commonly-used set operations.
91
+ - Operator overloading is implemented for commonly-used set operations.
91
92
 
92
93
  ## Building and Installing
93
94
  Python bindings can be installed from PyPI with `pip install zonoopt`. To build the bindings from source, use `pip install .`. Note that a C++ compiler is required to build from source.
@@ -240,5 +241,11 @@ More information about ZonoOpt can be found in the following publications. Pleas
240
241
 
241
242
  **Robbins, J.A., Thompson, A.F., Glunt, J.J., and Pangborn, H.C., "Hybrid System Planning using a Mixed-Integer ADMM Heuristic and Hybrid Zonotopes", 2026. [https://arxiv.org/abs/2602.17574](https://doi.org/10.48550/arXiv.2602.17574)**
242
243
 
244
+ ## A Note on Version Numbers
245
+ For internal reasons, ZonoOpt's versioning begins at 2.0.0.
246
+
247
+ Please note that the library is currently in Beta. In this phase, there may be API changes in minor version updates (e.g., 2.1.0 to 2.2.0).
248
+ There will be no API changes between patch numbers (e.g., 2.2.0 to 2.2.1).
249
+
243
250
  ## See Also
244
251
  For MATLAB users, [zonoLAB](https://github.com/ESCL-at-UTD/zonoLAB) provides classes and set operations for zonotopes, constrained zonotopes, and hybrid zonotopes.
@@ -62,13 +62,14 @@ For cases where numerical optimization is required, e.g., checking if a set is e
62
62
  constraints are represented as a zonotopic set, custom optimization routines are utilized.
63
63
  Some key features of the ZonoOpt library are as follows:
64
64
  - All classes and methods are implemented using sparse linear algebra via the Eigen library.
65
- - ZonoOpt has no external dependencies beyond Eigen and Boost, making it easy to integrate into robotics projects using C++ or Python.
65
+ - ZonoOpt has minimal external dependencies, making it easy to integrate into robotics projects using C++ or Python.
66
+ - Dependencies are Eigen, Boost, and nlohmann/json
66
67
  - Polymorphism is used to provide a common interface for zonotopes, constrained zonotopes, and hybrid zonotopes while allowing for specialized implementations.
67
68
  - E.g., `support` is more efficient for zonotopes than for constrained zonotopes.
68
69
  - Factors are flexibly defined as either $[\xi_c \quad \xi_b]^T \in [0,1]^{nGc} \times \lbrace 0,1 \rbrace^{nGb}$ or the more standard form $[\xi_c \quad \xi_b]^T \in [-1,1]^{nGc} \times \lbrace -1,1 \rbrace^{nGb}$ to facilitate certain set operations.
69
70
  - Interval arithmetic is provided via the `Interval`, `Box`, and `IntervalMatrix` classes.
70
71
  - Boost's interval library is used within `Interval` for most of the fundamental operations.
71
- - Operator overloading for commonly-used set operations.
72
+ - Operator overloading is implemented for commonly-used set operations.
72
73
 
73
74
  ## Building and Installing
74
75
  Python bindings can be installed from PyPI with `pip install zonoopt`. To build the bindings from source, use `pip install .`. Note that a C++ compiler is required to build from source.
@@ -221,5 +222,11 @@ More information about ZonoOpt can be found in the following publications. Pleas
221
222
 
222
223
  **Robbins, J.A., Thompson, A.F., Glunt, J.J., and Pangborn, H.C., "Hybrid System Planning using a Mixed-Integer ADMM Heuristic and Hybrid Zonotopes", 2026. [https://arxiv.org/abs/2602.17574](https://doi.org/10.48550/arXiv.2602.17574)**
223
224
 
225
+ ## A Note on Version Numbers
226
+ For internal reasons, ZonoOpt's versioning begins at 2.0.0.
227
+
228
+ Please note that the library is currently in Beta. In this phase, there may be API changes in minor version updates (e.g., 2.1.0 to 2.2.0).
229
+ There will be no API changes between patch numbers (e.g., 2.2.0 to 2.2.1).
230
+
224
231
  ## See Also
225
232
  For MATLAB users, [zonoLAB](https://github.com/ESCL-at-UTD/zonoLAB) provides classes and set operations for zonotopes, constrained zonotopes, and hybrid zonotopes.
@@ -38,7 +38,7 @@ PROJECT_NAME = "ZonoOpt"
38
38
  # could be handy for archiving the generated documentation or if some version
39
39
  # control system is used.
40
40
 
41
- PROJECT_NUMBER = "2.2.0"
41
+ PROJECT_NUMBER = "2.3.0"
42
42
 
43
43
  # Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
  # for a project that appears at the top of each page and should give viewer a
@@ -34,7 +34,7 @@ MathJax.Hub.Config({
34
34
  <tbody>
35
35
  <tr id="projectrow">
36
36
  <td id="projectalign">
37
- <div id="projectname">ZonoOpt<span id="projectnumber">&#160;2.2.0</span>
37
+ <div id="projectname">ZonoOpt<span id="projectnumber">&#160;2.3.0</span>
38
38
  </div>
39
39
  </td>
40
40
  </tr>
@@ -34,7 +34,7 @@ MathJax.Hub.Config({
34
34
  <tbody>
35
35
  <tr id="projectrow">
36
36
  <td id="projectalign">
37
- <div id="projectname">ZonoOpt<span id="projectnumber">&#160;2.2.0</span>
37
+ <div id="projectname">ZonoOpt<span id="projectnumber">&#160;2.3.0</span>
38
38
  </div>
39
39
  </td>
40
40
  </tr>
@@ -34,7 +34,7 @@ MathJax.Hub.Config({
34
34
  <tbody>
35
35
  <tr id="projectrow">
36
36
  <td id="projectalign">
37
- <div id="projectname">ZonoOpt<span id="projectnumber">&#160;2.2.0</span>
37
+ <div id="projectname">ZonoOpt<span id="projectnumber">&#160;2.3.0</span>
38
38
  </div>
39
39
  </td>
40
40
  </tr>
@@ -34,7 +34,7 @@ MathJax.Hub.Config({
34
34
  <tbody>
35
35
  <tr id="projectrow">
36
36
  <td id="projectalign">
37
- <div id="projectname">ZonoOpt<span id="projectnumber">&#160;2.2.0</span>
37
+ <div id="projectname">ZonoOpt<span id="projectnumber">&#160;2.3.0</span>
38
38
  </div>
39
39
  </td>
40
40
  </tr>