-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
When a user creates a Solution object, they currently have a very hard to parse object in-hand.
It has:
Values, amap[uint64]float64which maps the variables of the symbolic math system (usually not known to the user) to optimal values of the variables,Objective, afloat64which corresponds to the optimal objective, andStatus, aproblem.OptimizationStatuswhich describes the status of the optimization solver at termination.
We want to make it easier to use the Values field. Can we create utilities that make it easy to:
FindValueOf(symbolic.Variable); Find the value of asymbolic.Variableinstead of the value associated with an indexFindValueOfExpr(symbolic.Expression); Find the value of a complicated symbolic expression using the solution's known variables.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels