Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <bop_lns.h>
Public Member Functions | |
BopCompleteLNSOptimizer (absl::string_view name, const BopConstraintTerms &objective_terms) | |
~BopCompleteLNSOptimizer () final | |
Public Member Functions inherited from operations_research::bop::BopOptimizerBase | |
BopOptimizerBase (absl::string_view name) | |
virtual | ~BopOptimizerBase () |
const std::string & | name () const |
Returns the name given at construction. | |
Additional Inherited Members | |
Public Types inherited from operations_research::bop::BopOptimizerBase | |
enum | Status { OPTIMAL_SOLUTION_FOUND , SOLUTION_FOUND , INFEASIBLE , LIMIT_REACHED , INFORMATION_FOUND , CONTINUE , ABORT } |
Static Public Member Functions inherited from operations_research::bop::BopOptimizerBase | |
static std::string | GetStatusString (Status status) |
Returns a string describing the status. | |
Protected Attributes inherited from operations_research::bop::BopOptimizerBase | |
const std::string | name_ |
StatsGroup | stats_ |
Uses SAT to solve the full problem under the constraint that the new solution should be under a given Hamming distance of the current solution.
operations_research::bop::BopCompleteLNSOptimizer::BopCompleteLNSOptimizer | ( | absl::string_view | name, |
const BopConstraintTerms & | objective_terms ) |
Definition at line 73 of file bop_lns.cc.
|
finaldefault |