#include <set>#include "CouenneTypes.hpp"#include "CoinFinite.hpp"

Go to the source code of this file.
Classes | |
| class | Couenne::CouenneFPsolution |
| Class containing a solution with infeasibility evaluation. More... | |
| class | Couenne::compareSol |
| class for comparing solutions (used in tabu list) More... | |
| class | Couenne::CouenneFPpool |
| Pool of solutions. More... | |
Namespaces | |
| namespace | Couenne |
general include file for different compilers | |
Enumerations | |
| enum | Couenne::what_to_compare { Couenne::SUM_NINF = 0, Couenne::SUM_INF, Couenne::OBJVAL } |
what term to compare: the sum of infeasibilities, the sum of numbers of infeasible terms, or the objective function More... | |
Functions | |
| bool | Couenne::operator< (const CouenneFPsolution &one, const CouenneFPsolution &two) |
| compare, base version | |
Variables | |
| static enum Couenne::what_to_compare | Couenne::comparedTerm_ |
| what term to compare: the sum of infeasibilities, the sum of numbers of infeasible terms, or the objective function | |
1.6.1