Preparing search index...
The search index is not available
simpliPFy JS Frontend Documentation
simpliPFy JS Frontend Documentation
scripts/pyodideAPI/stepSolverAPI
StepSolverAPI
Class StepSolverAPI
Interface
interface for solver objects
Hierarchy (
View Summary
)
SolverInterface
StepSolverAPI
Index
Constructors
constructor
Properties
worker
Methods
create
Step0
get
Step
init
reset
simplifyNCpts
Constructors
constructor
new
StepSolverAPI
(
worker
:
any
)
:
StepSolverAPI
Parameters
worker
:
any
Returns
StepSolverAPI
Properties
worker
worker
:
Worker
Methods
create
Step0
createStep0
()
:
Promise
<
StepObject
>
Returns
Promise
<
StepObject
>
get
Step
getStep
(
step
:
any
)
:
Promise
<
any
>
Parameters
step
:
any
Returns
Promise
<
any
>
init
init
(
circuitMap
:
CircuitMap
)
:
Promise
<
any
>
Parameters
circuitMap
:
CircuitMap
Returns
Promise
<
any
>
reset
reset
()
:
Promise
<
any
>
Returns
Promise
<
any
>
simplifyNCpts
simplifyNCpts
(
selectedElements
:
any
,
relation
:
any
)
:
Promise
<
StepObject
>
Parameters
selectedElements
:
any
relation
:
any
Returns
Promise
<
StepObject
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
worker
Methods
create
Step0
get
Step
init
reset
simplifyNCpts
simpliPFy JS Frontend Documentation
Loading...
interface for solver objects