Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::bop::SatCoreBasedOptimizer Class Reference

Detailed Description

Definition at line 51 of file complete_optimizer.h.

#include <complete_optimizer.h>

Inheritance diagram for operations_research::bop::SatCoreBasedOptimizer:
operations_research::bop::BopOptimizerBase

Public Member Functions

 SatCoreBasedOptimizer (absl::string_view name)
 ~SatCoreBasedOptimizer () override
Public Member Functions inherited from operations_research::bop::BopOptimizerBase
 BopOptimizerBase (absl::string_view name)
virtual ~BopOptimizerBase ()
const std::string & name () const

Protected Member Functions

bool ShouldBeRun (const ProblemState &problem_state) const override
Status Optimize (const BopParameters &parameters, const ProblemState &problem_state, LearnedInfo *learned_info, TimeLimit *time_limit) override

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)
Protected Attributes inherited from operations_research::bop::BopOptimizerBase
const std::string name_
StatsGroup stats_

Constructor & Destructor Documentation

◆ SatCoreBasedOptimizer()

operations_research::bop::SatCoreBasedOptimizer::SatCoreBasedOptimizer ( absl::string_view name)
explicit

Definition at line 42 of file complete_optimizer.cc.

◆ ~SatCoreBasedOptimizer()

operations_research::bop::SatCoreBasedOptimizer::~SatCoreBasedOptimizer ( )
overridedefault

Member Function Documentation

◆ Optimize()

BopOptimizerBase::Status operations_research::bop::SatCoreBasedOptimizer::Optimize ( const BopParameters & parameters,
const ProblemState & problem_state,
LearnedInfo * learned_info,
TimeLimit * time_limit )
overrideprotectedvirtual

Implements operations_research::bop::BopOptimizerBase.

Definition at line 119 of file complete_optimizer.cc.

◆ ShouldBeRun()

bool operations_research::bop::SatCoreBasedOptimizer::ShouldBeRun ( const ProblemState & problem_state) const
overrideprotectedvirtual

Implements operations_research::bop::BopOptimizerBase.

Definition at line 114 of file complete_optimizer.cc.


The documentation for this class was generated from the following files: