Method: Solve::GecodeSolver#graph
- Defined in:
- lib/solve/gecode_solver.rb
#graph ⇒ Solve::Graph (readonly)
Graph object with references to all known artifacts and dependency constraints.
29 30 31 |
# File 'lib/solve/gecode_solver.rb', line 29 def graph @graph end |