Method: Solve::GecodeSolver#graph

Defined in:
lib/solve/gecode_solver.rb

#graphSolve::Graph (readonly)

Graph object with references to all known artifacts and dependency constraints.

Returns:



29
30
31
# File 'lib/solve/gecode_solver.rb', line 29

def graph
  @graph
end