**Function's query:** ``` CREATE OR REPLACE FUNCTION _pgr_bellmanFord( TEXT, -- edges_sql TEXT, -- neg_edges_sql ANYARRAY, ANYARRAY, directed BOOLEAN , only_cost BOOLEAN , ... etc) ``` **Tasks** - [x] Created [bellman_ford_neg.sql](https://github.com/codeSG/pgrouting/blob/bf-negative/sql/bellman_ford/bellman_ford_neg.sql) - [x] Created [_bellman_ford_neg.sql](https://github.com/codeSG/pgrouting/blob/bf-negative/sql/bellman_ford/_bellman_ford_neg.sql)