Classes | Namespaces
VrySmplP.h File Reference

Solves the Very Simple Problem in {0, 1} optimization, that is, the one without any constraint. More...

#include <exception>

Classes

class  VerySimple01Problem
 This class solves the Very Simple Problem in 0/1 optimization (VS01P): given n 0/1 variables x[ i ] and n weights w[ i ], i = 0 ... More...

Namespaces

namespace  VS01P_di_unipi_it
 The namespace VS01_di_unipi_it is defined to hold the VerySimple01Problem class and all the relative stuff.

Detailed Description

Solves the Very Simple Problem in {0, 1} optimization, that is, the one without any constraint.

However, also implements an efficient procedure for listing all the solutions of the problem in nonincreasing (for a maximization problem) order of the objective function value.

Version:
1.01
Date:
14 - 12 - 2003
Author:
Antonio Frangioni
Operations Research Group
Dipartimento di Informatica
Universita' di Pisa
Giovanni Rinaldi
Istituto di Analisi di Sistemi e Informatica
Consiglio Nazionale delle Ricerche

Copyright &copy 2003 - 2004 by Antonio Frangioni, Giovanni Rinaldi