Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::PathEnergyCostChecker::EnergyCost Struct Reference

#include <routing_filters.h>

Public Member Functions

bool IsNull () const
 

Public Attributes

int64_t threshold
 
int64_t cost_per_unit_below_threshold
 
int64_t cost_per_unit_above_threshold
 

Detailed Description

Definition at line 852 of file routing_filters.h.

Member Function Documentation

◆ IsNull()

bool operations_research::PathEnergyCostChecker::EnergyCost::IsNull ( ) const
inline

Definition at line 856 of file routing_filters.h.

Member Data Documentation

◆ cost_per_unit_above_threshold

int64_t operations_research::PathEnergyCostChecker::EnergyCost::cost_per_unit_above_threshold

Definition at line 855 of file routing_filters.h.

◆ cost_per_unit_below_threshold

int64_t operations_research::PathEnergyCostChecker::EnergyCost::cost_per_unit_below_threshold

Definition at line 854 of file routing_filters.h.

◆ threshold

int64_t operations_research::PathEnergyCostChecker::EnergyCost::threshold

Definition at line 853 of file routing_filters.h.


The documentation for this struct was generated from the following file: