<?xml version="1.0" encoding="iso-8859-1"?>

<probleme>
	<nom_probleme> probleme1 </nom_probleme>
	<fonction_objective> f(x)= 3x*x + cos(x) </fonction_objective>
	<contraintes>
		<contrainte_egalite> 3x + 2 = 1 </contrainte_egalite>
		<contrainte_inegalite> 5x + 6 &lt; 4 </contrainte_inegalite>
		<contrainte_egalite> x + 1 = 3 </contrainte_egalite>
	</contraintes>
</probleme>
		