solver documentations

This commit is contained in:
Hamidreza Norouzi
2023-03-25 14:10:00 -07:00
parent f409bdf956
commit a004b7d5ff
271 changed files with 10251 additions and 10189 deletions

View File

@ -10,7 +10,8 @@ var indexSectionsWithContent =
7: "efprstw",
8: "abcdefinoprstuvw",
9: "cdnor",
10: "_abcefghilmnqrtuvwy"
10: "_abcefghilmnqrtuvwy",
11: "p"
};
var indexSectionNames =
@ -25,7 +26,8 @@ var indexSectionNames =
7: "enums",
8: "enumvalues",
9: "related",
10: "defines"
10: "defines",
11: "pages"
};
var indexSectionLabels =
@ -40,6 +42,7 @@ var indexSectionLabels =
7: "Enumerations",
8: "Enumerator",
9: "Friends",
10: "Macros"
10: "Macros",
11: "Pages"
};