Class find_embedding::optional_parameters¶
-
class
optional_parameters¶ Set of parameters used to control the embedding process.
Public Functions
-
optional_parameters(optional_parameters &p, map<int, vector<int>> fixed_chains, map<int, vector<int>> initial_chains, map<int, vector<int>> restrict_chains)¶ duplicate all parameters but chain hints, and seed a new rng.
this vaguely peculiar behavior is utilized to spawn parameters for component subproblems
Public Members
-
LocalInteractionPtr
localInteractionPtr¶ actually not controlled by user, not initialized here, but initialized in Python, MATLAB, C wrappers level
-
double
timeout= 1000¶ Number of seconds before the process unconditionally stops.
-