3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

distribute forall cpp code

This commit is contained in:
Nikolaj Bjorner 2022-12-06 18:15:18 -08:00
parent c33e58ee1a
commit 7e69dab8f6
3 changed files with 112 additions and 0 deletions

View file

@ -167,6 +167,8 @@ struct param_descrs::imp {
names.push_back(kv.m_key);
}
std::sort(names.begin(), names.end(), symlt());
if (names.empty())
return;
if (markdown) {
out << " Parameter | Type | Description | Default\n";
out << " ----------|------|-------------|--------\n";