AlphaBetaApproximativeSolver

Class Description

class paminco._base.AlphaBetaApproximativeSolver(*args, **kwargs)[source]

Attributes

AlphaBetaApproximativeSolver.network

Get network obj.

AlphaBetaApproximativeSolver.name

Get name of object.

AlphaBetaApproximativeSolver.config

Get configuration of solver.

AlphaBetaApproximativeSolver.param_solution

Get ParametricSolution object.

Methods

AlphaBetaApproximativeSolver.__call__(param)

Call self as a function.

AlphaBetaApproximativeSolver.flow_at(param)

Interpolate flow at param.

AlphaBetaApproximativeSolver.cost_at(param)

Interpolate cost at param.

AlphaBetaApproximativeSolver.potential_at(param)

Interpolate potential at param.

AlphaBetaApproximativeSolver.all_params(...)

Get parameters of all parametric solutions.

AlphaBetaApproximativeSolver.plot_flow_on_edge(...)

Plot flow on edge.