Freeciv21
Develop your civilization from humble roots to a global empire
partial_solution Struct Reference

A partial solution. More...

Public Attributes

int * worker_counts
 
int * prereqs_filled
 
int production [O_LAST]
 
int idle
 

Detailed Description

A partial solution.

Has the count of workers assigned to each lattice position, and a count of idle workers yet unassigned.

Definition at line 179 of file cm.cpp.

Member Data Documentation

◆ idle

◆ prereqs_filled

int* partial_solution::prereqs_filled

◆ production

int partial_solution::production[O_LAST]

◆ worker_counts