#include <iostream>
#include <vector>
#include <map>
Go to the source code of this file.
|
| std::vector< std::vector< int > > | clusters |
◆ _FCALL
◆ C_ENFORCE_CONSTRAINTS()
| void _FCALL C_ENFORCE_CONSTRAINTS |
( |
int * | cep | ) |
|
◆ c_enforce_constraints()
| void c_enforce_constraints |
( |
int * | cep | ) |
|
◆ c_enforce_constraints_()
| void c_enforce_constraints_ |
( |
int * | cep | ) |
|
Definition at line 40 of file c_domain_decomposition.cpp.
41 {
43 {
44 const int domain = cep[c[0]-1];
45 for(const auto & v : c)
46 {
47 cep[v-1] = domain;
48 }
49 }
51 }
std::vector< std::vector< int > > clusters
◆ c_enforce_constraints__()
| void c_enforce_constraints__ |
( |
int * | cep | ) |
|
◆ C_PREVENT_DECOMPOSITION()
| void _FCALL C_PREVENT_DECOMPOSITION |
( |
int * | clusterSize, |
|
|
int * | elements ) |
◆ c_prevent_decomposition()
| void c_prevent_decomposition |
( |
int * | clusterSize, |
|
|
int * | elements ) |
◆ c_prevent_decomposition_()
| void c_prevent_decomposition_ |
( |
int * | clusterSize, |
|
|
int * | elements ) |
◆ c_prvent_decomposition__()
| void c_prvent_decomposition__ |
( |
int * | clusterSize, |
|
|
int * | elements ) |
◆ clusters
| std::vector<std::vector<int> > clusters |