BALL
1.4.2
|
#include <BALL/STRUCTURE/assignBondOrderProcessor.h>
Static Public Attributes | |
static const String | A_STAR |
static const String | ILP |
static const String | FPT |
static const String | K_GREEDY |
static const String | BRANCH_AND_BOUND |
Definition at line 250 of file assignBondOrderProcessor.h.
|
static |
Solves the problem using an A* formulation.
Definition at line 255 of file assignBondOrderProcessor.h.
|
static |
Definition at line 297 of file assignBondOrderProcessor.h.
|
static |
Solves the problem using an FPT algorithm.
Furthermore, this option currently cannot be combined with the options: Option::USE_FINE_PENALTY , Option::BOND_LENGTH_WEIGHTING , Option::ADD_HYDROGENS , Option::COMPUTE_ALSO_CONNECTIVITY, Option::OVERWRITE_SELECTED_BONDS, and the special hack Option::MAX_NUMBER_OF_SOLUTIONS==0 to enumerate all optimal solutions.
Definition at line 294 of file assignBondOrderProcessor.h.
|
static |
Solves the problem using an ILP.
Definition at line 267 of file assignBondOrderProcessor.h.
|
static |
Definition at line 296 of file assignBondOrderProcessor.h.