CPLEX & Java 4. Travelling salesman problem

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 14

  • @abdi4218
    @abdi4218 9 лет назад

    cplex with java viedo is excellent. Please share more video espatialy on MILP(Mixed Linear programing).

  • @wang1621
    @wang1621 10 лет назад +1

    Thanks a lot. This is a great help! Could you please post the tuning part of this TSP programming?

  • @babangidaisyaku8989
    @babangidaisyaku8989 8 лет назад +2

    Hi. I'm currently doing my project, which include optimization models for the computation of backup paths with MILP using CPLEX and i'm learning CPLEX now, what should i start with? to learn CPLEX very well

  • @양원형-p1t
    @양원형-p1t 7 лет назад +2

    sorry i have a question, i play code but console result 'Infeasibility row 'c1': 0 = 1.'

  • @Snowmanver2
    @Snowmanver2 2 года назад

    thank you for the video, it is very informative!

  • @chaimaboufaied200
    @chaimaboufaied200 9 лет назад

    What if I have a couple of nodes so that I don't need a graph from destination i to destination j but from flight i [X to y] to flight j [y to Z] ?

  • @NuffleReza-H
    @NuffleReza-H 8 лет назад

    Thank you for your great videos. very helpful.

  • @neilaardjoune9687
    @neilaardjoune9687 8 лет назад

    Hi , thank you for your courses, can you please provide the link to the .java file of the Salesman pb, that would be more practical.
    Regards.

  • @ndquan9694
    @ndquan9694 3 года назад

    I wonder how Cplex can know that u[i] represents the order visited by node i, or at least a constraint of type like if(x[i][j] == 1): u[ i]

  • @haifabeltaief6300
    @haifabeltaief6300 7 лет назад

    Hi, thanks a lot for your courses! Could you please share a video how to solve NLP (Non Linear Programming) problem using CPLEX?

  • @Snaketidues
    @Snaketidues 10 лет назад +1

    where is the part5 ?

  • @azouzsourour6575
    @azouzsourour6575 5 лет назад

    Hi , thanks a lot. This is a great help;. I'm currently doing my project, which include optimization models its VRP time window but while running, my decision variable that i wish minimize, took the maximum bound that i fixed. Could you help me pleasssse

  • @mohamedhajidahir7738
    @mohamedhajidahir7738 8 лет назад

    CPLEX Error 1016: Promotional version. Problem size limits exceeded. if try for choose 100 as number of input it works unless to choose below 30 as input number Found incumbent of value 59755.308583 after 0.00 sec. (0.06 ticks)
    Tried aggregator 1 time.
    Reduced MIP has 872 rows, 899 columns, and 4176 nonzeros.
    Reduced MIP has 870 binaries, 0 generals, 0 SOSs, and 0 indicators.
    Presolve time = 0.02 sec. (2.17 ticks)
    Probing time = 0.01 sec. (2.54 ticks)
    Tried aggregator 1 time.
    Reduced MIP has 872 rows, 899 columns, and 4176 nonzeros.
    Reduced MIP has 870 binaries, 0 generals, 0 SOSs, and 0 indicators.
    Presolve time = 0.00 sec. (2.18 ticks)
    Probing time = 0.02 sec. (2.54 ticks)
    Clique table members: 60.
    MIP emphasis: balance optimality and feasibility.
    MIP search method: dynamic search.
    Parallel mode: deterministic, using up to 4 threads.
    Root relaxation solution time = 0.02 sec. (1.06 ticks)
    Nodes Cuts/
    Node Left Objective IInf Best Integer Best Bound ItCnt Gap
    * 0+ 0 59755.3086 0.0000 100.00%
    * 0 0 integral 0 1220.4041 1220.4041 49 0.00%
    Elapsed time = 0.06 sec. (13.30 ticks, tree = 0.00 MB, solutions = 2)
    Root node processing (before b&c):
    Real time = 0.06 sec. (13.34 ticks)
    Parallel b&c, 4 threads:
    Real time = 0.00 sec. (0.00 ticks)
    Sync time (average) = 0.00 sec.
    Wait time (average) = 0.00 sec.
    ------------
    Total (root+branch&cut) = 0.06 sec. (13.34 ticks)
    Process finished with exit code 0

  • @negarhaghighi2247
    @negarhaghighi2247 7 лет назад

    Thank you very much, it was very helpful