Skip to content

Commit

Permalink
Default item names #209
Browse files Browse the repository at this point in the history
Technically should not be needed - but MP2NL's subsolvers sometimes don't use original names TODO
  • Loading branch information
glebbelov committed Jan 7, 2025
1 parent 22522cc commit 6286fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mp/nl-reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -2531,7 +2531,7 @@ class NameProvider {

private:
std::vector<const char *> names_;
std::string gen_name_, gen_name_2_;
std::string gen_name_ {"_std_"}, gen_name_2_ {"_extra_"};
internal::NameReader reader_;
fmt::MemoryWriter writer_;
};
Expand Down

0 comments on commit 6286fe2

Please sign in to comment.