Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::LocalSearchState::DependencyGraph::Dependency Struct Reference

#include <constraint_solveri.h>

Public Attributes

VariableDomainId domain_id
 
int input_index
 
ConstraintId constraint_id
 

Detailed Description

There are two kinds of domain-constraint dependencies:

  • domain -> constraint when the domain is an input to the constraint. Then the label is the index of the domain in the input tuple.
  • constraint -> domain when the domain is the output of the constraint. Then, the label is -1.

Definition at line 1890 of file constraint_solveri.h.

Member Data Documentation

◆ constraint_id

ConstraintId operations_research::LocalSearchState::DependencyGraph::Dependency::constraint_id

Definition at line 1893 of file constraint_solveri.h.

◆ domain_id

VariableDomainId operations_research::LocalSearchState::DependencyGraph::Dependency::domain_id

Definition at line 1891 of file constraint_solveri.h.

◆ input_index

int operations_research::LocalSearchState::DependencyGraph::Dependency::input_index

Definition at line 1892 of file constraint_solveri.h.


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