/SimCityOpt

Computation of optimal layout in simplified SimCity map

Primary LanguageC++Apache License 2.0Apache-2.0

SimCityOpt

Simple branch-and-bound implementation that seeks to maximize the number of residential tiles in a simplified SimCity map given a rule that each residential tile (green) can be at most a hamming distance of 2 from a commercial tile (blue).

SimCity tiles