Class: Ibex::Runtime::RepairSearch::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Runtime::RepairSearch::Configuration
- Defined in:
- lib/ibex/runtime/repair_search.rb
Instance Attribute Summary collapse
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#edits ⇒ Object
Returns the value of attribute edits.
-
#goal ⇒ Object
Returns the value of attribute goal.
-
#input_index ⇒ Object
Returns the value of attribute input_index.
-
#shifts ⇒ Object
Returns the value of attribute shifts.
-
#stack ⇒ Object
Returns the value of attribute stack.
Instance Attribute Details
#cost ⇒ Object
Returns the value of attribute cost
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def cost @cost end |
#edits ⇒ Object
Returns the value of attribute edits
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def edits @edits end |
#goal ⇒ Object
Returns the value of attribute goal
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def goal @goal end |
#input_index ⇒ Object
Returns the value of attribute input_index
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def input_index @input_index end |
#shifts ⇒ Object
Returns the value of attribute shifts
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def shifts @shifts end |
#stack ⇒ Object
Returns the value of attribute stack
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def stack @stack end |