vehicle-routing-problems icon indicating copy to clipboard operation
vehicle-routing-problems copied to clipboard

Unexpected error when execute vrp_trashCollectionCheck

Open fpacheco opened this issue 11 years ago • 1 comments

I created the tables as indicated in README.md. When I run: SELECT messages FROM vrp_trashCollectionCheck( 'select id, x, y, open, close, service, demand from containers', 'select id, x, y, open, close from otherlocs', 'select id, start_id, dump_id, end_id, capacity, dumpservicetime, starttime, endtime from vehicles', 'select from_id, to_id, ttime from ttimes' );

I get: ERROR: column "messages" does not exist

That's not what I expected. That's right ?. Thank you. Fernando.

fpacheco avatar Feb 16 '15 20:02 fpacheco

OK, will the simple workaround is select * from vrp_trashCollectionCheck(...)

woodbri avatar Feb 16 '15 21:02 woodbri