Decision Optimization

 View Only
  • 1.  creating a csv file and writing the values into that csv file

    Posted Mon June 29, 2020 09:49 AM
    I am using doopl for calling .mod code.

    with create_opl_model(model=mod, data=dat) as opl:
        if opl.run():
            //Here, i want to create a csv file and write the values of variables(in .mod file) to that csv file. it is different from python


    Please help ...
    Thank you...

    ------------------------------
    Sai Sampath Bethu
    ------------------------------

    #DecisionOptimization


  • 2.  RE: creating a csv file and writing the values into that csv file

    Posted Mon June 29, 2020 02:19 PM
    Hi,

    in https://www.linkedin.com/pulse/how-opl-alex-fleischer/

    you have How to export into a csv file ?

    regards

    ------------------------------
    ALEX FLEISCHER
    ------------------------------



  • 3.  RE: creating a csv file and writing the values into that csv file

    Posted Mon June 29, 2020 03:52 PM
    Yes sir, thank you...

    ------------------------------
    Sai Sampath Bethu
    ------------------------------