Home
last modified time | relevance | path

Searched refs:workvar (Results 1 – 3 of 3) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/
H A DPHPDBGInterface.java530 PHPVariable workvar = (PHPVariable) workList.get(i); in removeUnresolvedThisVar() local
531 if (workvar.getName().equals("$this")) { in removeUnresolvedThisVar()
532 String workval = ((PHPValue) workvar.getValue()).getValueString(); in removeUnresolvedThisVar()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c7161 SCIP_VAR* workvar; in applyFixings() local
7174 workvar = SCIPvarGetNegatedVar(repvar); in applyFixings()
7175 assert(workvar != NULL); in applyFixings()
7180 workvar = repvar; in applyFixings()
7205 if( SCIPvarGetStatus(workvar) == SCIP_VARSTATUS_MULTAGGR ) in applyFixings()
7213 SCIP_CALL( SCIPflattenVarAggregationGraph(scip, workvar) ); in applyFixings()
7214 naggrvars = SCIPvarGetMultaggrNVars(workvar); in applyFixings()
7215 aggrvars = SCIPvarGetMultaggrVars(workvar); in applyFixings()
7216 aggrscalars = SCIPvarGetMultaggrScalars(workvar); in applyFixings()
7217 aggrconst = SCIPvarGetMultaggrConstant(workvar); in applyFixings()
/dports/cad/qelectrotech/qet-0.7.0/examples/
H A Diso_sfc_example.qet650 <property name="workvar" show="1">true</property>