Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::CompiledNoOverlapWithTwoIntervals< has_enforcement >::Interval Struct Reference

Detailed Description

template<bool has_enforcement = true>
struct operations_research::sat::CompiledNoOverlapWithTwoIntervals< has_enforcement >::Interval

Definition at line 598 of file constraint_violation.h.

#include <constraint_violation.h>

Public Member Functions

 Interval (const ConstraintProto &x)

Public Attributes

ViewOfAffineLinearExpressionProto start
ViewOfAffineLinearExpressionProto end

Constructor & Destructor Documentation

◆ Interval()

template<bool has_enforcement = true>
operations_research::sat::CompiledNoOverlapWithTwoIntervals< has_enforcement >::Interval::Interval ( const ConstraintProto & x)
inlineexplicit

Definition at line 599 of file constraint_violation.h.

Member Data Documentation

◆ end

template<bool has_enforcement = true>
ViewOfAffineLinearExpressionProto operations_research::sat::CompiledNoOverlapWithTwoIntervals< has_enforcement >::Interval::end

Definition at line 602 of file constraint_violation.h.

◆ start

template<bool has_enforcement = true>
ViewOfAffineLinearExpressionProto operations_research::sat::CompiledNoOverlapWithTwoIntervals< has_enforcement >::Interval::start

Definition at line 601 of file constraint_violation.h.


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