<HTML><BODY><p>Hello All!<br><br>I try to use TRSP with source_edge/target_edge syntax:<br></p><p>SELECT seq, id1 AS node, id2 AS edge, cost FROM pgr_trsp('SELECT id,source::integer,target::integer,cost::float FROM edge_tab', 138, 0.5, 161, 0.5, false, false);<br><br>but the error "Start id was not found" occurs.<br></p><p>Edges with ids 138 and 161 exists in edge_tab that's checked by  <br>SELECT * FROM edge_tab WHERE id in (138,161)<br><br>pgr_version: 2.0.0,pgrouting-2.0.0,0,f26831f,master,1.53.0<br><br>Please could you tell me what's wrong ?<br></p><br><br></BODY></HTML>