Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
partial_solution Struct Reference

Data Fields

intworker_counts
 
intprereqs_filled
 
int production [O_LAST]
 
int idle
 

Detailed Description

Definition at line 186 of file cm.c.

Field Documentation

◆ idle

int partial_solution::idle

Definition at line 192 of file cm.c.

Referenced by bb_next(), choice_is_promising(), copy_partial_solution(), and take_child_choice().

◆ prereqs_filled

int* partial_solution::prereqs_filled

Definition at line 189 of file cm.c.

Referenced by copy_partial_solution().

◆ production

int partial_solution::production[O_LAST]

Definition at line 191 of file cm.c.

Referenced by choice_is_promising(), and copy_partial_solution().

◆ worker_counts

int* partial_solution::worker_counts

Definition at line 188 of file cm.c.

Referenced by copy_partial_solution(), and next_choice().