Home
last modified time | relevance | path

Searched refs:volprob (Results 1 – 5 of 5) sorted by relevance

/dports/math/clp/Clp-1.17.3/Clp/examples/
H A DuseVolume.cpp186 VOL_problem volprob; in main() local
195 volprob.dsize = dsize; in main()
196 volprob.psize = psize; in main()
197 volprob.dual_lb.allocate(dsize); in main()
198 volprob.dual_ub.allocate(dsize); in main()
199 volprob.dsol.allocate(dsize); in main()
204 volprob.dual_lb[i] = -1.0e31; in main()
205 volprob.dual_ub[i] = 1.0e31; in main()
211 volprob.dual_ub[i] = 0.0; in main()
216 volprob.dual_lb[i] = 0.0; in main()
[all …]
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSolve.cpp223 VOL_problem volprob; in solveWithVolume() local
225 volprob.parm.maxsgriters = 3000; in solveWithVolume()
234 volprob.parm.printflag = 0; in solveWithVolume()
236 volprob.parm.printflag = 3; in solveWithVolume()
244 volprob.dsize = dsize; in solveWithVolume()
245 volprob.psize = psize; in solveWithVolume()
246 volprob.dual_lb.allocate(dsize); in solveWithVolume()
247 volprob.dual_ub.allocate(dsize); in solveWithVolume()
262 volprob.dual_ub[i] = 0.0; in solveWithVolume()
314 if (volprob.viol[i] < 0) in solveWithVolume()
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolve.cpp246 VOL_problem volprob; in solveWithVolume() local
248 volprob.parm.maxsgriters = 3000; in solveWithVolume()
257 volprob.parm.printflag = 0; in solveWithVolume()
259 volprob.parm.printflag = 3; in solveWithVolume()
267 volprob.dsize = dsize; in solveWithVolume()
268 volprob.psize = psize; in solveWithVolume()
285 volprob.dual_ub[i] = 0.0; in solveWithVolume()
288 volprob.dual_lb[i] = 0.0; in solveWithVolume()
337 if (volprob.viol[i] < 0) in solveWithVolume()
341 if (volprob.viol[i] > 0) in solveWithVolume()
[all …]
/dports/math/osi/Osi-0.108.6/Osi/test/
H A DOsiTestSolverInterface.hpp681 VOL_problem* volprob() { return &volprob_; } in volprob() function in OsiTestSolverInterface
/dports/math/clp/Clp-1.17.3/Osi/test/
H A DOsiTestSolverInterface.hpp681 VOL_problem* volprob() { return &volprob_; } in volprob() function in OsiTestSolverInterface