Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Item Struct Reference
Collaboration diagram for Item:
[legend]

Public Attributes

std::string name
 
double weight = 0.0
 
double value = 0.0
 
int n
 
int f1
 
int result
 
char return_point
 

Detailed Description

Examples
knapsack_example.cc.

Definition at line 68 of file branch_and_bound_df_vs_bf_example.cc.

Member Data Documentation

◆ f1

int Item::f1

Definition at line 289 of file fib.C.

◆ n

int Item::n

Definition at line 288 of file fib.C.

Referenced by fib_st().

◆ name

std::string Item::name

Definition at line 70 of file branch_and_bound_df_vs_bf_example.cc.

◆ result

int Item::result

Definition at line 290 of file fib.C.

◆ return_point

char Item::return_point

Definition at line 291 of file fib.C.

◆ value

◆ weight


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