# VRP with JuMP

**URL:** https://discourse.julialang.org/t/vrp-with-jump/58438
**Category:** Optimization (Mathematical)
**Tags:** optimization
**Created:** [April 2, 2021, 10:08am UTC](https://discourse.julialang.org/t/vrp-with-jump/58438 "2021-04-02T10:08:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hxxx123](https://avatars.discourse-cdn.com/v4/letter/h/ac8455/32.png) [@hxxx123](https://discourse.julialang.org/u/hxxx123)
#### Post date: [April 2, 2021, 10:08am UTC](https://discourse.julialang.org/t/vrp-with-jump/58438/1 "2021-04-02T10:08:26Z")

</div>

One VRP without time window:  
n customers who has n different loads need to be met at n locations,every vehicle have same capacity,which is m.  
we don’t need to consider serivce times.How to get minimum number of vehicle with JuMP

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [April 2, 2021, 11:22am UTC](https://discourse.julialang.org/t/vrp-with-jump/58438/2 "2021-04-02T11:22:28Z")

</div>

Is this a homework problem?
