ECF 1.5
Public Attributes | List of all members
solution Struct Reference

Public Attributes

struct problemprob
 
int * data
 
int * times
 
int n
 
int m
 
int objvalue
 
int eval
 
int stale
 
char * data
 
int weight
 
int profit
 
int * olddata
 
int * mod
 
int * modi
 
int nmod
 

Detailed Description

Definition at line 68 of file flowshop.h.

Member Data Documentation

◆ data [1/2]

int * solution::data

Definition at line 70 of file flowshop.h.

◆ data [2/2]

char* solution::data

Definition at line 80 of file knapsack.h.

◆ eval

int solution::eval

Definition at line 74 of file flowshop.h.

◆ m

int solution::m

Definition at line 72 of file flowshop.h.

◆ mod

int* solution::mod

Definition at line 71 of file nqueens.h.

◆ modi

int* solution::modi

Definition at line 72 of file nqueens.h.

◆ n

int solution::n

Definition at line 72 of file flowshop.h.

◆ nmod

int solution::nmod

Definition at line 73 of file nqueens.h.

◆ objvalue

int solution::objvalue

Definition at line 73 of file flowshop.h.

◆ olddata

int* solution::olddata

Definition at line 70 of file nqueens.h.

◆ prob

struct problem * solution::prob

Definition at line 69 of file flowshop.h.

◆ profit

int solution::profit

Definition at line 84 of file knapsack.h.

◆ stale

int solution::stale

Definition at line 75 of file flowshop.h.

◆ times

int* solution::times

Definition at line 71 of file flowshop.h.

◆ weight

int solution::weight

Definition at line 83 of file knapsack.h.


The documentation for this struct was generated from the following files: