Class: Gnm::SolverParameters
- Inherits:
-
Object
- Object
- Gnm::SolverParameters
- Defined in:
- (unknown)
Instance Method Summary collapse
- #algorithm=(algo) ⇒ nil
-
#dup(new_sheet) ⇒ Gnm::SolverParameters
Duplicate src, but for new_sheet.
- #equal(b) ⇒ Boolean
- #initialize(sheet) ⇒ Gnm::SolverParameters constructor
-
#input ⇒ Gnm::Value
The input cell area.
- #input=(v) ⇒ nil
- #input_cells ⇒ Array<Gnm::Cell>
-
#problem_type ⇒ Gnm::SolverProblemType
Problem-type.
- #problem_type=(problem_type) ⇒ Gnm::SolverProblemType
-
#sheet ⇒ Gnm::Sheet
Sheet.
- #sheet=(sheet) ⇒ Gnm::Sheet
- #target ⇒ Gnm::CellRef
- #target=(cr) ⇒ nil
- #target_cell ⇒ Gnm::Cell
- #valid ⇒ Boolean
Constructor Details
#initialize(sheet) ⇒ Gnm::SolverParameters
Instance Method Details
#algorithm=(algo) ⇒ nil
#dup(new_sheet) ⇒ Gnm::SolverParameters
Returns duplicate src, but for new_sheet.
#equal(b) ⇒ Boolean
#input ⇒ Gnm::Value
Returns the input cell area.
#input=(v) ⇒ nil
#input_cells ⇒ Array<Gnm::Cell>
#problem_type ⇒ Gnm::SolverProblemType
Returns problem-type.
#problem_type=(problem_type) ⇒ Gnm::SolverProblemType
#sheet ⇒ Gnm::Sheet
Returns sheet.