vehicle-routing-problems
vehicle-routing-problems copied to clipboard
Unexpected error when execute vrp_trashCollectionCheck
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.
OK, will the simple workaround is select * from vrp_trashCollectionCheck(...)