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

Public Attributes

int * data
 
int n
 
int m
 
int * weight
 
int * profit
 
int capacity
 

Detailed Description

Definition at line 63 of file flowshop.h.

Member Data Documentation

◆ capacity

int problem::capacity

Definition at line 75 of file knapsack.h.

◆ data

int* problem::data

Definition at line 64 of file flowshop.h.

◆ m

int problem::m

Definition at line 65 of file flowshop.h.

◆ n

int problem::n

Definition at line 65 of file flowshop.h.

◆ profit

int* problem::profit

Definition at line 73 of file knapsack.h.

◆ weight

int* problem::weight

Definition at line 72 of file knapsack.h.


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