List of all items
Structs
- builder::AcceptorBuilder
- heuristic::move::ChangeMove
- heuristic::move::CompositeMove
- heuristic::move::CutPoint
- heuristic::move::KOptMove
- heuristic::move::ListChangeMove
- heuristic::move::ListReverseMove
- heuristic::move::ListRuinMove
- heuristic::move::ListSwapMove
- heuristic::move::MoveArena
- heuristic::move::PillarChangeMove
- heuristic::move::PillarSwapMove
- heuristic::move::RuinMove
- heuristic::move::SubListChangeMove
- heuristic::move::SubListSwapMove
- heuristic::move::SwapMove
- heuristic::move::k_opt_reconnection::KOptReconnection
- heuristic::selector::decorator::CartesianProductArena
- heuristic::selector::decorator::FilteringMoveSelector
- heuristic::selector::decorator::ProbabilityMoveSelector
- heuristic::selector::decorator::SelectedCountLimitMoveSelector
- heuristic::selector::decorator::ShufflingMoveSelector
- heuristic::selector::decorator::SortingMoveSelector
- heuristic::selector::decorator::UnionMoveSelector
- heuristic::selector::entity::AllEntitiesSelector
- heuristic::selector::entity::EntityReference
- heuristic::selector::entity::FromSolutionEntitySelector
- heuristic::selector::k_opt::DefaultDistanceMeter
- heuristic::selector::k_opt::KOptConfig
- heuristic::selector::k_opt::KOptMoveSelector
- heuristic::selector::k_opt::NearbyKOptMoveSelector
- heuristic::selector::list_change::ListChangeMoveSelector
- heuristic::selector::list_ruin::ListRuinMoveSelector
- heuristic::selector::mimic::MimicRecorder
- heuristic::selector::mimic::MimicRecordingEntitySelector
- heuristic::selector::mimic::MimicReplayingEntitySelector
- heuristic::selector::nearby::NearbyEntitySelector
- heuristic::selector::nearby::NearbySelectionConfig
- heuristic::selector::pillar::DefaultPillarSelector
- heuristic::selector::pillar::Pillar
- heuristic::selector::pillar::SubPillarConfig
- heuristic::selector::ruin::RuinMoveSelector
- heuristic::selector::typed_move_selector::ChangeMoveSelector
- heuristic::selector::typed_move_selector::SwapMoveSelector
- heuristic::selector::typed_value::FromSolutionTypedValueSelector
- heuristic::selector::typed_value::RangeValueSelector
- heuristic::selector::typed_value::StaticTypedValueSelector
- manager::ConstraintAnalysis
- manager::ConstructionPhaseFactory
- manager::KOptPhase
- manager::KOptPhaseBuilder
- manager::ListConstructionPhase
- manager::ListConstructionPhaseBuilder
- manager::LocalSearchPhaseFactory
- manager::ScoreAnalysis
- manager::SolutionManager
- manager::SolverFactory
- manager::SolverFactoryBuilder
- manager::SolverManager
- phase::basic::BasicConstructionPhase
- phase::basic::BasicLocalSearchPhase
- phase::construction::BestFitForager
- phase::construction::ConstructionHeuristicConfig
- phase::construction::ConstructionHeuristicPhase
- phase::construction::FirstFeasibleForager
- phase::construction::FirstFitForager
- phase::construction::Placement
- phase::construction::QueuedEntityPlacer
- phase::construction::SortedEntityPlacer
- phase::construction::StrongestFitForager
- phase::construction::WeakestFitForager
- phase::exhaustive::ExhaustiveSearchConfig
- phase::exhaustive::ExhaustiveSearchNode
- phase::exhaustive::ExhaustiveSearchPhase
- phase::exhaustive::FixedOffsetBounder
- phase::exhaustive::MoveSequence
- phase::exhaustive::SimpleDecider
- phase::exhaustive::SimpleScoreBounder
- phase::localsearch::AcceptedCountForager
- phase::localsearch::DiversifiedLateAcceptanceAcceptor
- phase::localsearch::EntityTabuAcceptor
- phase::localsearch::FirstAcceptedForager
- phase::localsearch::GreatDelugeAcceptor
- phase::localsearch::HillClimbingAcceptor
- phase::localsearch::LateAcceptanceAcceptor
- phase::localsearch::LocalSearchConfig
- phase::localsearch::LocalSearchPhase
- phase::localsearch::MoveTabuAcceptor
- phase::localsearch::SimulatedAnnealingAcceptor
- phase::localsearch::StepCountingHillClimbingAcceptor
- phase::localsearch::TabuSearchAcceptor
- phase::localsearch::ValueTabuAcceptor
- phase::partitioned::FunctionalPartitioner
- phase::partitioned::PartitionedSearchConfig
- phase::partitioned::PartitionedSearchPhase
- phase::vnd::VndPhase
- realtime::ClosureProblemChange
- realtime::ProblemChangeReceiver
- realtime::SolverHandle
- scope::PhaseScope
- scope::SolverScope
- scope::StepScope
- solver::NoTermination
- solver::Solver
- stats::PhaseStats
- stats::SolverStats
- termination::AndTermination
- termination::BestScoreFeasibleTermination
- termination::BestScoreTermination
- termination::DiminishedReturnsTermination
- termination::MoveCountTermination
- termination::OrTermination
- termination::ScoreCalculationCountTermination
- termination::StepCountTermination
- termination::TimeTermination
- termination::UnimprovedStepCountTermination
- termination::UnimprovedTimeTermination
Enums
- heuristic::selector::SelectionOrder
- heuristic::selector::nearby::NearbyDistributionType
- manager::ConstructionType
- manager::LocalSearchType
- manager::PhaseConfig
- manager::SolverBuildError
- manager::SolverStatus
- phase::construction::ForagerType
- phase::exhaustive::BounderType
- phase::exhaustive::ExplorationType
- phase::localsearch::AcceptorType
- phase::partitioned::ThreadCount
- realtime::ProblemChangeResult
Traits
- heuristic::move::Move
- heuristic::selector::entity::EntitySelector
- heuristic::selector::k_opt::ListPositionDistanceMeter
- heuristic::selector::nearby::DynDistanceMeter
- heuristic::selector::nearby::NearbyDistanceMeter
- heuristic::selector::pillar::PillarSelector
- heuristic::selector::typed_move_selector::MoveSelector
- heuristic::selector::typed_value::TypedValueSelector
- manager::Analyzable
- manager::PhaseFactory
- manager::Solvable
- phase::Phase
- phase::construction::ConstructionForager
- phase::construction::EntityPlacer
- phase::exhaustive::ExhaustiveSearchDecider
- phase::exhaustive::ScoreBounder
- phase::localsearch::Acceptor
- phase::localsearch::LocalSearchForager
- phase::partitioned::ChildPhases
- phase::partitioned::SolutionPartitioner
- phase::vnd::ScoreDirectorTrait
- realtime::ProblemChange
- solver::MaybeTermination
- termination::Termination
Functions
- basic::run_solver
- basic::run_solver_with_channel
- heuristic::move::k_opt_reconnection::enumerate_reconnections
- manager::solver_factory_builder