Skip to content
Snippets Groups Projects
Commit b86bc107 authored by Bardh's avatar Bardh
Browse files

version added

parent 31bb7a80
No related branches found
Tags v0.1.8
No related merge requests found
import pandas as pd
import numpy as np
from version import __version__
def generate_json(program, variable_names, solver_data, status, solution, objective, C, objective_map):
data = {}
# Add global data
data["version"] = "0.0.0"
data["version"] = __version__
# Build and add model data dictionary
model_data = {}
......
__version__ = "0.0.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment