maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
219 stars 46 forks source link

Adding "MaxDestroyerEvents" as a step spec to WolframModel (C++) #619

Closed daneelsan closed 3 years ago

daneelsan commented 3 years ago

Changes

Comments

Examples

MaxDestroyerEventsComparison


This change is Reviewable

daneelsan commented 3 years ago

You are right. By the way, the compilation fails on Windows because of maxDestroyerEvents_ == std::numeric_limits<int64_t>::max(). I switched it to maxDestroyerEvents_ == static_cast<uint64_t>(std::numeric_limits<int64_t>::max()) and it still complaints that theres a type mismatch. How would you fix this?

Ignore this. Apparently I didn't push my changes.