# Set your path to Rdata file with CS and uncomment: #load("your path") # Run PSG Solver to optimize problem stored in problem.list results <- rpsg_solver(problem.list) # Convert PSG output to list with numeric values: output.list <- rpsg_getsolution(results) print(output.list)