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 | |
Couenne | |
general include file for different compilers | |
Enumerations | |
enum | Couenne::what_to_compare { Couenne::SUM_NINF = 0, Couenne::SUM_INF, Couenne::OBJVAL, Couenne::ALL_VARS, Couenne::INTEGER_VARS } |
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 More... | |
Variables | |
static enum Couenne::what_to_compare | Couenne::comparedTerm_ |