Package eu.bandm.music.entities
Class MCover.Parameters_divide
java.lang.Object
eu.bandm.music.entities.MCover.Parameters_divide
- Enclosing class:
- MCover
The parameters when MCover works in "auto-division mode", which inserts new
alternatives of child nodes whenever necessary.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Order of spontanuously generated n-plet-brackets.boolean
Search strategy.boolean
Whether synthesized new divisions shall be memorized for reuse.Lower limit for the size of synthetic bi-sections.boolean
Do not order bracket, but join them.boolean
Separate disjoint prime factors by bi-furcation more than once. -
Constructor Summary
-
Method Summary
-
Field Details
-
first_fit_not_best_fit
public boolean first_fit_not_best_fitSearch strategy. -
finer_division_down_not_up
public boolean finer_division_down_not_upOrder of spontanuously generated n-plet-brackets. -
prefer_one_bracket
public boolean prefer_one_bracketDo not order bracket, but join them. -
recursive_separation
public boolean recursive_separationSeparate disjoint prime factors by bi-furcation more than once. -
minimal_synthetic_bisection
Lower limit for the size of synthetic bi-sections. -
memo_synthesized_divisions
public boolean memo_synthesized_divisionsWhether synthesized new divisions shall be memorized for reuse.
-
-
Constructor Details
-
Parameters_divide
public Parameters_divide()
-
-
Method Details
-
check
public void check()Check consistency of parameters.- Throws:
IllegalArgumentException
-