Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Token server

    Posted 06/13/08 04:54 PM

    Originally posted by: SystemAdmin


    [Farhad said:]

    Hi,

    I'm a new user of cplex program and i hope that someone will able to help me,

    I have cplex 10.1 version with license key for token server, I build my application through visual studio

    which is running each iteration on specific problem input, the error that I get is that each time after a

    number of iterations i get message that "cplex coudn't initialize" .

    What could be an error here, whether the splex simple lost connection to the server after a number of iterations or each iteration cplex creates token and arrive to maximal number of tokens?

    The second question is how can I switch the cplex to start solve the problem on the local computer ?

    thank in advance




    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Token server

    Posted 06/21/08 09:53 PM

    Originally posted by: SystemAdmin


    [irv said:]

    There isn't a specific message in CPLEX that says "cplex can't initialize".  That's probably generated by your code.  You have to look at the code, and determine where that message is being printed.

    All CPLEX functions and methods return error statuses that indicate the source of the problem, and with that specific information, you should be able to figure out what is going on.  If the error is due to the token server, you'll get certain error codes that corresponds to that.


    #CPLEXOptimizers
    #DecisionOptimization