Skip to content
Snippets Groups Projects
Name Last commit Last update
src/gboml
src/README.md
src/__init__.py
src/main.py

GBOML: Graph-Based Optimization Modeling Language


Contents of files

The source code of GBOML is divided in three main parts :

  • The compiler directory contains all the functions related to converting the information in a GBOML file to matrices and a syntax tree
  • The output directory contains all the functions related to the outputting of results
  • The solver directory contains all the functions related to the solver APIs
  • gboml_main.py contains the gboml command line executable
  • gboml_graph.py contains the python GbomlGraph object
  • version.py contains the version number