[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

OCaml bindings for the GLPK (GNU Linear Programming Kit) library for solving linear programming and mixed integer programming problems.


http://ocaml-glpk.sourceforge.net





Separate each tag with a space.

Release Date:

2006-07-25

Topics:

License:

Ratings and Reviews

Be the first to post a text review of ocaml-glpk. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Code committed

    smimram committed revision 91 to the ocaml-glpk SVN repository, changing 4 files

    posted by smimram 706 days ago

  • Code committed

    smimram committed revision 90 to the ocaml-glpk SVN repository, changing 4 files

    posted by smimram 889 days ago

  • Code committed

    smimram committed revision 89 to the ocaml-glpk SVN repository, changing 1 files

    posted by smimram 1057 days ago

  • Code committed

    smimram committed revision 88 to the ocaml-glpk SVN repository, changing 1 files

    posted by smimram 1057 days ago

  • Code committed

    smimram committed revision 87 to the ocaml-glpk SVN repository, changing 1 files

    posted by smimram 1057 days ago

  • Code committed

    smimram committed revision 86 to the ocaml-glpk SVN repository, changing 1 files

    posted by smimram 1057 days ago

  • Code committed

    smimram committed revision 85 to the ocaml-glpk SVN repository, changing 2 files

    posted by smimram 1202 days ago

  • ocaml-glpk 0.1.5 file released: ocaml-glpk-0.1.5.tar.gz

    0.1.5 (2006-07-25) ===== * Added set/get_simplex_iteration_count. * Fixed a bug in new_blp (unnecessary CAMLlocal) and removed unnecessary CAMLparams (thanks Markus Mottl). * Allow other threads to run while simplex, interior or branch_and_bound is being executed (added blocking sections). 0.1.4 (2006-04-07) ===== * Corrected get_obj_val to handle mip problems. * get_col_primal now return correct values for mip problems. * Added {read,write}_cplex functions. 0.1.3 (2005-09-24) ===== * Corrected forgotten indice shifting in set_col_kind (thanks Pierre Lemaire). * Corrected the get_col_primals function, the returned array's length is now the number of columns of the lp (found by Erick Matsen). * Added the get_num_cols function. * Using caml_alloc_custom in ocaml_glpk_new_prob, it should fix a possible memory corruption problem (reported by Stefan Ratschan). 0.1.2 (2005-04-18) ===== * Put Val_int instead of Int_val in ocaml_glpk_get_direction and ocaml_glpk_get_class and added a unit parameter to ocaml_glpk_new_prob (thanks Mike Furr). * Corrected a bug in load_matrix: glpk only wants non-null elements (found by Jeremy Dubreil). * Added the use_presolver function to get exception with simplex when there is no feasible solution. * Using caml namespace functions. 0.1.1 (2004-06-23) ===== * Added functions: get_prob_name, get_obj_name, get_class, get_direction, get_row_name, get_col_name, warm_up. * We are now raising exceptions on some errors (they are not all handled yet). 0.1.0 (2004-04-24) ===== * Initial release.

    posted 1203 days ago

  • ocaml-glpk 0.1.5 file released: libglpk-ocaml-dev_0.1.5-1_i386.deb

    0.1.5 (2006-07-25) ===== * Added set/get_simplex_iteration_count. * Fixed a bug in new_blp (unnecessary CAMLlocal) and removed unnecessary CAMLparams (thanks Markus Mottl). * Allow other threads to run while simplex, interior or branch_and_bound is being executed (added blocking sections). 0.1.4 (2006-04-07) ===== * Corrected get_obj_val to handle mip problems. * get_col_primal now return correct values for mip problems. * Added {read,write}_cplex functions. 0.1.3 (2005-09-24) ===== * Corrected forgotten indice shifting in set_col_kind (thanks Pierre Lemaire). * Corrected the get_col_primals function, the returned array's length is now the number of columns of the lp (found by Erick Matsen). * Added the get_num_cols function. * Using caml_alloc_custom in ocaml_glpk_new_prob, it should fix a possible memory corruption problem (reported by Stefan Ratschan). 0.1.2 (2005-04-18) ===== * Put Val_int instead of Int_val in ocaml_glpk_get_direction and ocaml_glpk_get_class and added a unit parameter to ocaml_glpk_new_prob (thanks Mike Furr). * Corrected a bug in load_matrix: glpk only wants non-null elements (found by Jeremy Dubreil). * Added the use_presolver function to get exception with simplex when there is no feasible solution. * Using caml namespace functions. 0.1.1 (2004-06-23) ===== * Added functions: get_prob_name, get_obj_name, get_class, get_direction, get_row_name, get_col_name, warm_up. * We are now raising exceptions on some errors (they are not all handled yet). 0.1.0 (2004-04-24) ===== * Initial release.

    posted 1203 days ago

  • ocaml-glpk 0.1.5 file released: libglpk-ocaml_0.1.5-1_i386.deb

    0.1.5 (2006-07-25) ===== * Added set/get_simplex_iteration_count. * Fixed a bug in new_blp (unnecessary CAMLlocal) and removed unnecessary CAMLparams (thanks Markus Mottl). * Allow other threads to run while simplex, interior or branch_and_bound is being executed (added blocking sections). 0.1.4 (2006-04-07) ===== * Corrected get_obj_val to handle mip problems. * get_col_primal now return correct values for mip problems. * Added {read,write}_cplex functions. 0.1.3 (2005-09-24) ===== * Corrected forgotten indice shifting in set_col_kind (thanks Pierre Lemaire). * Corrected the get_col_primals function, the returned array's length is now the number of columns of the lp (found by Erick Matsen). * Added the get_num_cols function. * Using caml_alloc_custom in ocaml_glpk_new_prob, it should fix a possible memory corruption problem (reported by Stefan Ratschan). 0.1.2 (2005-04-18) ===== * Put Val_int instead of Int_val in ocaml_glpk_get_direction and ocaml_glpk_get_class and added a unit parameter to ocaml_glpk_new_prob (thanks Mike Furr). * Corrected a bug in load_matrix: glpk only wants non-null elements (found by Jeremy Dubreil). * Added the use_presolver function to get exception with simplex when there is no feasible solution. * Using caml namespace functions. 0.1.1 (2004-06-23) ===== * Added functions: get_prob_name, get_obj_name, get_class, get_direction, get_row_name, get_col_name, warm_up. * We are now raising exceptions on some errors (they are not all handled yet). 0.1.0 (2004-04-24) ===== * Initial release.

    posted 1203 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

ocaml-glpk Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review