Home
last modified time | relevance | path

Searched refs:addsol (Results 1 – 8 of 8) sorted by relevance

/dports/astro/wmmoonclock/wmmoonclock-1.30/src/
H A DMoon.c12 void addsol(double, double, double, double, int, int, int, int);
99 addsol( 13.902, 14.06,-0.001, 0.2607,0, 0, 0, 4); in Moon()
100 addsol( 0.403, -4.01,+0.394, 0.0023,0, 0, 0, 3); in Moon()
101 addsol( 2369.912, 2373.36,+0.601, 28.2333,0, 0, 0, 2); in Moon()
102 addsol( -125.154, -112.79,-0.725, -0.9781,0, 0, 0, 1); in Moon()
103 addsol( 1.979, 6.98,-0.445, 0.0433,1, 0, 0, 4); in Moon()
104 addsol( 191.953, 192.72,+0.029, 3.0861,1, 0, 0, 2); in Moon()
105 addsol( -8.466, -13.51,+0.455, -0.1093,1, 0, 0, 1); in Moon()
106 addsol(22639.500,22609.07,+0.079, 186.5398,1, 0, 0, 0); in Moon()
107 addsol( 18.609, 3.59,-0.094, 0.0118,1, 0, 0,-1); in Moon()
[all …]
/dports/astro/gkrellmoon2/gkrellmoon-0.6/
H A DMoon.c255 addsol(0.255, 0.0, 0.0, 0.0, 0, 0, 2, 1); in Moon()
257 addsol(0.584, 0.84, 0.0, +0.0071, 0, 0, 2, -1); in Moon()
259 addsol(0.254, 0.25, 0.0, -0.0017, 0, 0, 2, -3); in Moon()
282 addsol(-0.992, -0.02, 0.0, 0.0, 1, 0, 2, 2); in Moon()
289 addsol(0.202, 0.02, 0.0, 0.0, 1, 0, -2, -4); in Moon()
294 addsol(0.415, 0.10, 0.0, 0.0013, 0, 1, 2, 0); in Moon()
297 addsol(0.384, -0.04, 0.0, 0.0, 0, 1, -2, -2); in Moon()
306 addsol(-3.996, 0.0, 0.0, +0.0004, 2, 0, 2, 0); in Moon()
311 addsol(0.263, 0.02, 0.0, 0.0, 1, 1, 2, 0); in Moon()
315 addsol(+0.418, 0.0, 0.0, 0.0, 0, 0, 4, 0); in Moon()
[all …]
/dports/astro/marble/marble-21.12.3/src/lib/astro/
H A Dastrolib.cpp1768 addsol (0.255, 0.0, 0.0, 0.0, 0, 0, 2, 1); in solar2()
1770 addsol (0.584, 0.84, 0.0, 0.0071, 0, 0, 2, -1); in solar2()
1795 addsol (-0.992, -0.02, 0.0, 0.0, 1, 0, 2, 2); in solar2()
1802 addsol (0.202, 0.02, 0.0, 0.0, 1, 0, -2, -4); in solar2()
1807 addsol (0.415, 0.1, 0.0, 0.0013, 0, 1, 2, 0); in solar3()
1809 addsol (-1.44, -1.3, 0.0, 0.0014, 0, 1, -2, 2); in solar3()
1810 addsol (0.384, -0.04, 0.0, 0.0, 0, 1, -2, -2); in solar3()
1819 addsol (-3.996, 0.0, 0.0, 0.0004, 2, 0, 2, 0); in solar3()
1824 addsol (0.263, 0.02, 0.0, 0.0, 1, 1, 2, 0); in solar3()
1828 addsol (0.418, 0.0, 0.0, 0.0, 0, 0, 4, 0); in solar3()
[all …]
H A Dastrolib.h109 void addsol(double coeffl, double coeffs, double coeffg,
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_trysol.c128 if( heurdata->addsol != NULL ) in SCIP_DECL_HEUREXITSOL()
129 SCIP_CALL( SCIPfreeSol(scip, &heurdata->addsol) ); in SCIP_DECL_HEUREXITSOL()
158 if( heurdata->addsol == NULL && heurdata->trysol == NULL ) in SCIP_DECL_HEUREXEC()
183 if( heurdata->addsol != NULL ) in SCIP_DECL_HEUREXEC()
186 obj = SCIPgetSolOrigObj(scip, heurdata->addsol); in SCIP_DECL_HEUREXEC()
201 assert( heurdata->addsol == NULL ); in SCIP_DECL_HEUREXEC()
223 heurdata->addsol = NULL; in SCIPincludeHeurTrySol()
308 if( heurdata->addsol != NULL ) in SCIPheurPassSolAddSol()
311 SCIP_CALL( SCIPfreeSol(scip, &heurdata->addsol) ); in SCIPheurPassSolAddSol()
316 SCIP_CALL( SCIPunlinkSol(scip, heurdata->addsol) ); in SCIPheurPassSolAddSol()
[all …]
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dheur_ascendprune.h56 …SCIP_Bool addsol /**< should the solution be added to SCIP by this method…
H A Dheur_ascendprune.c300 …SCIP_Bool addsol /**< should the solution be added to SCIP by this method… in SCIPStpHeurAscendPruneRun() argument
330 if( addsol ) in SCIPStpHeurAscendPruneRun()
580 if( addsol ) in SCIPStpHeurAscendPruneRun()
594 if( success && addsol ) in SCIPStpHeurAscendPruneRun()
H A Dbranch_stp.c132 SCIP_Bool addsol /**< add new solution to pool? */ in selectBranchingVertexBySol() argument
206 if( addsol ) in selectBranchingVertexBySol()