Documentation
¶
Index ¶
- Variables
- func RunGurobi(data []forms.Form) (string, map[string]forms.Form, map[string]float64, error)
- func SolveGurobi(args []string) (float64, map[string]string, map[string]string, map[string]float64)
- func TranslateGurobi(data []forms.Form) (string, string, map[string]forms.Form, map[string]float64)
Constants ¶
This section is empty.
Variables ¶
View Source
var Sugar = logger.SetupLogger()
Functions ¶
func RunGurobi ¶
Currently this runs the Gurobi optimization through python. There is a gurobi library for Go but it is different syntax wise so this is a temporary solution until the Go library is implemented (if time permits)
func SolveGurobi ¶
func TranslateGurobi ¶
Translates the form data to Gurobi syntax(this is proprietary to how the gurobi python program works) a new translator will more than likely need to be created for any other optimization program
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.