Best route finding (path finding) software

Closed job

Recent jobs from category Programming and IT

691 jobs in 9 categories Find a job

  • no avatar
    Mobastir 2 deals
    Angular, NodeJS, TypeScript
    Proposed by freelancer
    2
    29d
    making improvements to an existing web app built using Angular , NodeJs, and TypeScript. approx 20h a week. flexible hours
  • no avatar
    Mateusz
    Hello, I would like to create a website. It is a fairly advanced site. At the agency, I was told that about 350 to 400 man-hours are needed. With the prices that are in the agency, the project obviously won't work out.... I would like to see what kind of proposals I will get on this site. I have a limited budget so I don't expect to find someone. Of course, I know that you need more information about the site however I am looking for someone who knows how to create a site. This offer is definitely not to programmers who have a sizable portfolio and have agency prices. Rather, it is for a young person who will create any site and is just entering the market and would like to earn a specific amount of money in a short period of time. If anyone is interested in this ad I invite you to contact me, preferably also with information on how much your hourly cost. Thanks, greetings
  • no avatar
    erptech
    Prepare a program in .NET (C#) to integrate downloading sales orders from API.kaufland.de and adding them to the erpnext system
  • no avatar
    markdonesq 58 deals
    PHP Laravel/ReactJS developer
    Proposed by freelancer
    7
    87d
    We are looking for a person for the position of PHP Laravel/ReactJS developer for an interesting, stable project in the FinTech industry. Work in a 3-4 person group (2-3 developers + PM). Daily tasks will include building new functionalities and support for existing functions. Requirements: knowledge of PHP, in particular the Laravel framework knowledge of Rest API and related technologies ReactJS, Html5 + Css3 at least to an average degree Git, Jira Knowledge of concepts such as: docker, scalability, aws, serverless is welcome
  • no avatar
    Auto detailing
    Needs a simple script that will pull data from a company directory Data to pull: company name, phone, address, email If there is no one item e.g. tel no. then it leaves the field empty, but also imports this record I want the application to be able to pull a large number of data (important to test if it really works even if it has to pull, for example, 5000 company data
  • no avatar
    Apricity
    I will commission the development of a very simple text editor for macOS. The application should be created in Swift (preferred) or possibly React + Electron. I will provide the willing contractor with the interface design and all necessary styling information. The app is basically a text entry box without any styling (bold, lists, italics, etc.) with the ability to export to .PDF and .TXT files. Plus a line/word/character counter, switch interface modes (light, dark), switch font (about 4-6 fonts) and text size. The application must integrate with macOS - the various functions should be accessible from the bar menu, as well as allow you to open a .txt file in the application (option open in...). The application must also be as efficient as possible - it is a word processor. Detailed requirements described in "Required features".
  • no avatar
    Bpower2 9 deals
    The idea is that in the CRON code we take a few dozen reords to execute for which we need to execute the code in PHP YII. Now we run this code one by one, and we would like to run it in multiple threads so that they run in parallel
  • no avatar
    Maciej
    I am looking for a willing person to work with me to develop AI-based graphics creation software. The software is in the design phase and I am looking for someone to take care of the implementation. I am looking for someone who would like to develop this project with me after hours, with the idea of profit sharing.
  • no avatar
    IBIF.PL
    On behalf of the company IBIF.PL to implement changes for an online store based on PrestaShop in the following scope. How do we work? You price the implementation of the work in the scope specified below. You make a proposal to us how and for what amount you want to undertake the implementation. We confirm the terms and the deadline and proceed with the implementation. We are a company that implements online stores on PrestaShop. However, we are looking for additional people for longer cooperation, who will help us with simpler, smaller modifications to our clients' existing stores. All access details will be provided after both parties accept the terms of the order. Store: http://effiki.pl/ PS version: 1.7.8.8 Scope of work: To propose a solution and create a solution from a ready-made module for modification or to create a proprietary module for the following need of the Client: "IP locator - as in the attached 2 screenshots (a and b). We select the country and it shows at the top "Yes we deliver to Qatar" acutar such screen I have."
  • no avatar
    IBIF.PL
    On behalf of the company IBIF.PL to implement changes for an online store based on PrestaShop in the following scope. How do we work? You price the implementation of the work in the scope specified below. You make a proposal to us how and for what amount you want to undertake the implementation. We confirm the terms and the deadline and proceed with the implementation. We are a company that implements online stores on PrestaShop. However, we are looking for additional people for longer cooperation, who will help us with simpler, smaller modifications to our clients' existing stores. All access details will be provided after both parties accept the terms of the order. Store: http://fabrykapudel.projektyibif.pl/ PS version: 1.7.7.7 Scope of work: Customization of the module Geolocation: Auto language, currency, tax & shipping (https://addons.prestashop.com/pl/miedzynarodowosc-lokalizacja/45015-geolocation-auto-language-currency-tax-shipping.html) to block the possibility of changing the location and currency. They are supposed to be set to a fixed value. Alternatively, please propose an alternative to the above solution to achieve the same effect, that is, to block the ability to change the location within the store.
no avatar
insbud
Employer
4 deals
Job category:
Desktop/web applications
Expected budget:

Negotiable

Published:
Valid until:

Job description

I need a software which will calculate best route on map build by hex tiles.

Map may look like on pic01.jpg.

Map may have different shapes and tiles.

White circles symbolize cities. On the hex with cities there is value.

Lines symbolize tracks (paths)

Round tokens symbolize company station in the city.

Each company have some trains which may be different type (explained later in example).

Task:

Based on photo of the map software should recognize logic situation from photo and calculate best route for all available trains for specific company, with restrictions:

- each train may go by the same route (path) only once

- there must be at least one company station on each route

- one train cannot visit the same city more than one time

- red regions counts as a city and it value depends of selected stage

- cities with other companies stations and with no empty white circle or company station are blocked. Route is broken. Route may start or finished on this station but cannot pass by this city.

- the route value is the sum of the values of each visited city

- best route is route which highest value

- they may be special rules for map example based on pic01.jpg: making route by one train from red region marked by "W" with red region marked by "E" this route get extra bonus

Example based on pic02.jpg

Orange company has trains:

1x Type "2"

1x Type "3"

Type "3" means that this train may visit 3 cities maximum (but may visit also 2 cities)

Type "4" means that this train may visit 4 cities maximum (but may visit also 2 or 3 cities)

There "Brown" stage so all red areas are count with brown values.

Best routes are:

1st route made by type "4" train (BLUE): 40 (brown) + 90 + 70 + 60 (brown) + 50 (W bonus) + 30 (E bonus) = 340

2nd route made by type "3" train (RED): 90 + 30 +70 = 190

So best route value is: 340 + 190 = 530

.... more description attached

Required functions:

Submitted offers

No one sends a job offer at this moment.