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

#include <constraint_violation.h>

Public Member Functions

 Interval (const ConstraintProto &x)

Public Attributes

ViewOfAffineLinearExpressionProto start
ViewOfAffineLinearExpressionProto end

Detailed Description

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

Definition at line 574 of file constraint_violation.h.

Constructor & Destructor Documentation

◆ Interval()

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

Definition at line 575 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 578 of file constraint_violation.h.

◆ start

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

Definition at line 577 of file constraint_violation.h.


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